MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ~ExceptionBase

Method ~ExceptionBase

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

Source from the content-addressed store, hash-verified

31 public:
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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected