MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / py_message

Method py_message

src/Exceptions.h:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected