Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 808 Bytes

File metadata and controls

56 lines (38 loc) · 808 Bytes
.. currentmodule:: topgg

Exceptions

The following exceptions are thrown by the library.

TopGGException

.. autoexception:: TopGGException
    :show-inheritance:

UnauthorizedDetected

.. autoexception:: UnauthorizedDetected
    :show-inheritance:

ClientException

.. autoexception:: ClientException
    :show-inheritance:

HTTPException

.. autoexception:: HTTPException
    :members:
    :show-inheritance:

Unauthorized

.. autoexception:: Unauthorized
    :show-inheritance:

Forbidden

.. autoexception:: Forbidden
    :show-inheritance:

NotFound

.. autoexception:: NotFound
    :show-inheritance:

ServerError

.. autoexception:: ServerError
    :show-inheritance: