From 61e41ec3b9ce2eed3fc3494910f4269b42df9b14 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 27 Oct 2015 18:09:26 -0400 Subject: All exceptions now derive from DiscordException. --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 1ab68ca2..43efe753 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -282,9 +282,9 @@ Exceptions The following exceptions are thrown by the library. +.. autoclass:: DiscordException + .. autoclass:: InvalidDestination - :members: .. autoclass:: GatewayNotFound - :members: -- cgit v1.2.3