diff options
Diffstat (limited to 'discord/utils/exceptions.py')
-rw-r--r-- | discord/utils/exceptions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/utils/exceptions.py b/discord/utils/exceptions.py index a7f035c..d3e5748 100644 --- a/discord/utils/exceptions.py +++ b/discord/utils/exceptions.py @@ -1,3 +1,2 @@ class APIException(Exception): """Raised when the Discord API returns an error.""" - |