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

Method InvalidJSONKey

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

* @brief Constructor * * @param message A message to accompany the exception * @param json The json data being processed */

Source from the content-addressed store, hash-verified

276 * @param json The json data being processed
277 */
278 InvalidJSONKey(std::string message, std::string json)
279 : ExceptionBase(message), json(json) { }
280 virtual ~InvalidJSONKey() noexcept {}
281 std::string py_message() const override {
282 std::string out_msg = m_message +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected