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

Method ExceptionBase

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

Source from the content-addressed store, hash-verified

30 std::string m_message;
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected