diff options
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index ce911fbe..d6a9c2c4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -108,3 +108,19 @@ Some classes are just there to be data containers, this lists them. It should be .. autoclass:: PrivateChannel :members: + +Exceptions +------------ + +The following exceptions are thrown by the library. + + +.. autoclass:: InvalidEventName + :members: + +.. autoclass:: InvalidDestination + :members: + +.. autoclass:: GatewayNotFound + :members: + |