ItemDoesNotExistException constructor

ItemDoesNotExistException(
  1. String item,
  2. String errMsg
)

Implementation

ItemDoesNotExistException(this.item, this.errMsg);