Return ExceptionCode of current exception
(self)
| 66 | self.veh_depth -= 1 |
| 67 | |
| 68 | def get_exception_code(self): |
| 69 | """Return ExceptionCode of current exception""" |
| 70 | return self.current_exception[0].ExceptionRecord[0].ExceptionCode |
| 71 | |
| 72 | def get_exception_context(self): |
| 73 | """Return context of current exception""" |
no outgoing calls
no test coverage detected