diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 91d66ab2..d1824ad2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -109,6 +109,10 @@ to handle it, which defaults to print a traceback and ignore the exception. This function is not guaranteed to be the first event called. +.. function:: on_resumed() + + Called when the client has resumed a session. + .. function:: on_error(event, \*args, \*\*kwargs) Usually when an event raises an uncaught exception, a traceback is |