aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ext/commands/api.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index ca822c40..4722a56a 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -285,6 +285,25 @@ Exceptions
.. autoexception:: discord.ext.commands.BotMissingPermissions
:members:
+.. autoexception:: discord.ext.commands.ExtensionError
+ :members:
+
+.. autoexception:: discord.ext.commands.ExtensionAlreadyLoaded
+ :members:
+
+.. autoexception:: discord.ext.commands.ExtensionNotLoaded
+ :members:
+
+.. autoexception:: discord.ext.commands.NoEntryPointError
+ :members:
+
+.. autoexception:: discord.ext.commands.ExtensionFailed
+ :members:
+
+.. autoexception:: discord.ext.commands.ExtensionNotFound
+ :members:
+
+
Exception Hierarchy
+++++++++++++++++++++
@@ -311,3 +330,9 @@ Exception Hierarchy
- :exc:`~.commands.DisabledCommand`
- :exc:`~.commands.CommandInvokeError`
- :exc:`~.commands.CommandOnCooldown`
+ - :exc:`~.commands.ExtensionError`
+ - :exc:`~.commands.ExtensionAlreadyLoaded`
+ - :exc:`~.commands.ExtensionNotLoaded`
+ - :exc:`~.commands.NoEntryPointError`
+ - :exc:`~.commands.ExtensionFailed`
+ - :exc:`~.commands.ExtensionNotFound`