Type Definition pyo3::exceptions::BaseException[][src]

type BaseException = Py<PyBaseException>;
👎 Deprecated:

Exceptions now have a Py prefix, e.g. PyException, PyTypeError