Raised when shlex fails to parse a command line string in StatementParser.
| 66 | |
| 67 | |
| 68 | class Cmd2ShlexError(Exception): |
| 69 | """Raised when shlex fails to parse a command line string in StatementParser.""" |
| 70 | |
| 71 | |
| 72 | class EmbeddedConsoleExit(SystemExit): |
no outgoing calls
no test coverage detected
searching dependent graphs…