| 36 | return m_message.c_str(); |
| 37 | } |
| 38 | virtual std::string py_message() const { |
| 39 | // return complete message for Python exception handling |
| 40 | return m_message; |
| 41 | } |
| 42 | }; |
| 43 | |
| 44 | class FrameExceptionBase : public ExceptionBase |
nothing calls this directly
no outgoing calls
no test coverage detected