Definition at line 39 of file PyException.h.
Public Member Functions | |
| PyException () | |
| ~PyException () noexcept override | |
| void | clear () const noexcept |
| const char * | what () const noexcept override |
Private Attributes | |
| std::string | fMsg |
| CPyCppyy::PyException::PyException | ( | ) |
Definition at line 25 of file PyException.cxx.
|
overridenoexcept |
Definition at line 124 of file PyException.cxx.
|
noexcept |
Definition at line 137 of file PyException.cxx.
|
overridenoexcept |
Definition at line 131 of file PyException.cxx.
|
private |
Definition at line 51 of file PyException.h.