RecipeDoesNotExistException.constructorWithRecipeID constructor

RecipeDoesNotExistException.constructorWithRecipeID(
  1. String r,
  2. String e
)

Implementation

RecipeDoesNotExistException.constructorWithRecipeID(String r, String e)
    : cookbook = '',
      recipeName = '',
      recipeId = r,
      errMsg = e;