# Exceptions - `cihai.exc`

When using cihai via Python, you can catch Cihai-specific exceptions via these. All Cihai-specific
exceptions are catchable via {exc}`~cihai.exc.CihaiException` since its the base exception.

```{eval-rst}
.. automodule:: cihai.exc
   :members:
   :undoc-members:
   :show-inheritance:
```
