.. _exceptions:

**********
Exceptions
**********

Exceptions are available directly in the :mod:`tweepy` module, which means
:mod:`tweepy.errors` itself does not need to be imported. For example,
:exc:`tweepy.errors.TweepyException` is available as
:exc:`tweepy.TweepyException`.

.. automodule:: tweepy.errors
   :members:
   :member-order: bysource
   :show-inheritance:
