Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: add news fragment and index ErrorHandler in the docs
  • Loading branch information
alissonlauffer committed Jun 30, 2024
commit 4ef5aa2cb20bb349c2e748036d2870546966541b
2 changes: 2 additions & 0 deletions docs/source/api/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Index
- :class:`PollHandler`
- :class:`DisconnectHandler`
- :class:`RawUpdateHandler`
- :class:`ErrorHandler`

-----

Expand All @@ -59,3 +60,4 @@ Details
.. autoclass:: PollHandler()
.. autoclass:: DisconnectHandler()
.. autoclass:: RawUpdateHandler()
.. autoclass:: ErrorHandler()
1 change: 1 addition & 0 deletions news/38.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added support for error handlers.