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

Method py_message

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

Source from the content-addressed store, hash-verified

75 return full_message.c_str();
76 }
77 virtual std::string py_message() const override {
78 // Keep Python exception output consistent with what().
79 return full_message;
80 }
81 };
82
83 /// Exception when a required chunk is missing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected