HWRF
trunk@4391
|
Raised when a fatal signal is caught, as defined by the call to install_handlers. More...
Raised when a fatal signal is caught, as defined by the call to install_handlers.
Note that this does not derive from Exception.
Definition at line 79 of file sigsafety.py.
Additional Inherited Members | |
![]() | |
def | __init__ (self, signum) |
CaughtSignal constructor. More... | |
def | __str__ (self) |
A string description of this error. More... | |
![]() | |
signum | |
The integer signal number. More... | |