aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ext/commands/api.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index 61488c08..d049e20b 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -377,6 +377,9 @@ Exceptions
.. autoexception:: discord.ext.commands.ExtensionNotFound
:members:
+.. autoexception:: discord.ext.commands.CommandRegistrationError
+ :members:
+
Exception Hierarchy
+++++++++++++++++++++
@@ -418,3 +421,5 @@ Exception Hierarchy
- :exc:`~.commands.NoEntryPointError`
- :exc:`~.commands.ExtensionFailed`
- :exc:`~.commands.ExtensionNotFound`
+ - :exc:`~.ClientException`
+ - :exc:`~.commands.CommandRegistrationError`