| 4 | |
| 5 | # @brief Exception raised for command errors. Must be raised with a message. |
| 6 | class CommandException(Exception): |
| 7 | pass |
| 8 | |
| 9 | # @brief Exception raised for exception loading errors. Must be raised with a message. |
| 10 | class ExtensionException(Exception): |
no outgoing calls
no test coverage detected