pi_portal.modules.python.traceback.CapturedException

class pi_portal.modules.python.traceback.CapturedException(exception: Exception | None = None, traceback: str = '')[source]

Bases: object

A captured exception that was raised.

__init__(exception: Exception | None = None, traceback: str = '') None