Back to Tweepy

Exceptions

docs/exceptions.rst

4.16.0373 B
Original Source

.. _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: