mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Rename errors
This commit is contained in:
parent
66680af98c
commit
803dc59cdd
7 changed files with 7 additions and 7 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
Error
|
Error
|
||||||
=====
|
=====
|
||||||
|
|
||||||
.. autoexception:: pyrogram.Error
|
.. autoexception:: pyrogram.api.errors.error.Error
|
||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
../errors/303_see_other
|
../errors/SeeOther
|
||||||
../errors/400_bad_request
|
../errors/BadRequest
|
||||||
../errors/401_unauthorized
|
../errors/Unauthorized
|
||||||
../errors/420_flood
|
../errors/Flood
|
||||||
../errors/500_internal_server_error
|
../errors/InternalServerError
|
||||||
../errors/520_unknown_error
|
../errors/UnknownError
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue