# Exceptions All coodie exceptions inherit from `CoodieError`, making it easy to catch any coodie-related error with a single handler. ```{eval-rst} .. automodule:: coodie.exceptions :members: :show-inheritance: ```