CookbookDoesNotExistException constructor

CookbookDoesNotExistException(
  1. String cookbook,
  2. String errMsg
)

Implementation

CookbookDoesNotExistException(this.cookbook, this.errMsg);