diff options
Diffstat (limited to 'cmd2/exceptions.py')
-rw-r--r-- | cmd2/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/exceptions.py b/cmd2/exceptions.py index c1815e1b..b928f293 100644 --- a/cmd2/exceptions.py +++ b/cmd2/exceptions.py @@ -31,6 +31,7 @@ class CommandSetRegistrationError(Exception): # The following exceptions are NOT part of the public API and are intended for internal use only. ############################################################################################################ + class Cmd2ShlexError(Exception): """Raised when shlex fails to parse a command line string in StatementParser""" pass |