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

Method InvalidJSON

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

* @brief Constructor * * @param message A message to accompany the exception * @param file_path (optional) The input file being processed */

Source from the content-addressed store, hash-verified

230 * @param file_path (optional) The input file being processed
231 */
232 InvalidJSON(std::string message, std::string file_path="")
233 : FileExceptionBase(message, file_path) { }
234 virtual ~InvalidJSON() noexcept {}
235 };
236

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected