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

Method what

src/Exceptions.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 ExceptionBase(std::string message) : m_message(message) { }
33 virtual ~ExceptionBase() noexcept {}
34 virtual const char* what() const noexcept {
35 // return custom message
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;

Callers 10

GetMaskImageMethod · 0.45
Profiles.cppFile · 0.45
ImageReader.cppFile · 0.45
FFmpegReader.cppFile · 0.45
Timeline.cppFile · 0.45
QtImageReader.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected