CookbookNotOwnedException constructor

CookbookNotOwnedException(
  1. String cookbook,
  2. String cbSender,
  3. String errMsg
)

Implementation

CookbookNotOwnedException(this.cookbook, this.cbSender, this.errMsg);