[docs]class BadIngredient(Exception): """ Something is wrong with an ingredient """ [docs]class BadRecipe(Exception): """ Something is wrong with a recipe """