Getting started
Key Concepts
Examples
Advanced Topics
API Reference
Contributing to Development
[docs]class BadIngredient(Exception): """ Something is wrong with an ingredient """ [docs]class BadRecipe(Exception): """ Something is wrong with a recipe """