exception documentation
class OpenSmiRuntimeError(OpenSmiError):
Known subclasses: core.errors.OutOfRangeError, core.errors.SkillHaltedError
Constructor: OpenSmiRuntimeError(msg, error_code)
Is raised by user code when something goes wrong.
Use this exception instead of the build-in RuntimeError.
| Method | __init__ |
Construct a new PyUaAdapterError with the given error message and error code. |
| Instance Variable | error |
Undocumented |
| Instance Variable | msg |
Undocumented |