|
Mercury2 Hardware Manager
1.0dev
The hardware manager component of the Mercury2 ground station suite.
|
Contains general error handling functions. More...
Functions | |
| def | uncaught_exception |
| Handles previously uncaught exceptions. More... | |
Contains general error handling functions.
This module contains assorted error handling functions. These functions are typically used to handle top-level hardware manager exceptions (such as a previously uncaught exceptions).
| def hwm.core.errors.uncaught_exception | ( | type, | |
| value, | |||
| tb | |||
| ) |
Handles previously uncaught exceptions.
This method is used to handle top-level uncaught exceptions. It exits the program with an error code if such an exception is encountered.
| type | The exception type. |
| value | The exception descriptive text. |
| tb | The complete traceback for the provided exception. |