View Source Pythonx.Beam.PyErr (Pythonx v0.2.5)

Python Exception

Summary

Types

@type t() :: %Pythonx.Beam.PyErr{
  traceback: Pythonx.Beam.PyObject.t() | nil,
  type: Pythonx.Beam.PyObject.t() | nil,
  value: Pythonx.Beam.PyObject.t() | nil
}

Functions