ExceptionHandling¶
-
class
tenjint.debug.
ExceptionHandling
[source]¶ This class allows to pickle exceptions that occure during runtime.
This class enables us to pickle and store unhandled exceptions that occur during runtime. This is helpful for testing and other use cases. Exception pickling is based on tblib.
Methods
Initialize self.