summaryrefslogtreecommitdiff
path: root/cmd2/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/exceptions.py')
-rw-r--r--cmd2/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd2/exceptions.py b/cmd2/exceptions.py
index 8a7fd81f..c1815e1b 100644
--- a/cmd2/exceptions.py
+++ b/cmd2/exceptions.py
@@ -24,6 +24,9 @@ class Cmd2ArgparseError(SkipPostcommandHooks):
pass
+class CommandSetRegistrationError(Exception):
+ pass
+
############################################################################################################
# The following exceptions are NOT part of the public API and are intended for internal use only.
############################################################################################################