unilab.ipc.collector_error.ExceptionWrapper¶
- class unilab.ipc.collector_error.ExceptionWrapper[source]¶
Bases:
objectPicklable exception + traceback for cross-process propagation.
Stores the exception type and a pre-formatted traceback string (not exc_info — that would create reference cycles preventing GC of objects in the exception scope).
- Parameters:
where (
str)
Methods