|
Hermes
Simulation Orchestration Platform for Aerospace
|


Public Member Functions | |
| None | __init__ (self, str module, str message) |
Public Attributes | |
| module = module | |
Module-specific errors with module name context.
| None hermes.exceptions.ModuleError.__init__ | ( | self, | |
| str | module, | ||
| str | message ) |
Initialize module error.
Args:
module: Name of the module that encountered the error
message: Error description
| hermes.exceptions.ModuleError.module = module |