RecipeAlreadyExistsException constructor

RecipeAlreadyExistsException(
  1. String c,
  2. String rN,
  3. String e
)

Implementation

RecipeAlreadyExistsException(String c, String rN, String e)
    : cookbook = c,
      recipeName = rN,
      recipeId = '',
      errMsg = e;