############ Exceptions ############ All exceptions raised by asyncprawcore subclass :class:`.AsyncPrawcoreException`, so catching it is sufficient to handle any error originating from asyncprawcore. .. automodule:: asyncprawcore.exceptions :members: :show-inheritance: