PythonException

This simple exception class holds a Python exception.

class PythonException : Exception {
PyObject* m_type;
PyObject* m_value;
PyObject* m_trace;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Meta