For when an error occurs while a CommandSet is being added or removed from a cmd2 application.
| 21 | |
| 22 | |
| 23 | class CommandSetRegistrationError(Exception): |
| 24 | """For when an error occurs while a CommandSet is being added or removed from a cmd2 application.""" |
| 25 | |
| 26 | |
| 27 | class CompletionError(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…