ItemNotOwnedException constructor

ItemNotOwnedException(
  1. String item,
  2. String itemOwner,
  3. String errMsg
)

Implementation

ItemNotOwnedException(this.item, this.itemOwner, this.errMsg);