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

Method InvalidFile

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

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

Source from the content-addressed store, hash-verified

200 * @param file_path The input file being processed
201 */
202 InvalidFile(std::string message, std::string file_path)
203 : FileExceptionBase(message, file_path) { }
204 virtual ~InvalidFile() noexcept {}
205 };
206

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected