RecipeStateException constructor

RecipeStateException(
  1. String cookbook,
  2. String recipeName,
  3. String recipeId,
  4. String errMsg,
)

Implementation

RecipeStateException(
    this.cookbook, this.recipeName, this.recipeId, this.errMsg);