View Source Pythonx.Error exception (Pythonx v0.4.4)
An exception raised when Python raises an exception.
Summary
Types
@type t() :: %{ type: Pythonx.Object.t(), value: Pythonx.Object.t(), traceback: Pythonx.Object.t() }
An exception raised when Python raises an exception.
@type t() :: %{ type: Pythonx.Object.t(), value: Pythonx.Object.t(), traceback: Pythonx.Object.t() }