Public Member Functions | |
| def | __init__ |
| def | __getattr__ |
Public Attributes | |
| reason | |
| fatal | |
I didn't take full advantage of this...
Definition at line 18 of file exception.py.
| def objects.logic.common.exception.exception.__getattr__ | ( | self, | ||
| name | ||||
| ) |
Definition at line 23 of file exception.py.
00023 : 00024 if name == 'reason': return self.reason 00025 if name == 'fatal': return self.fatal 00026 00027 raise AttributeError, name raise AttributeError, name
| def objects.logic.common.exception.exception.__init__ | ( | self, | ||
| _rs, | ||||
| _ftl | ||||
| ) |
Definition at line 21 of file exception.py.
Definition at line 20 of file exception.py.
1.5.8