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

Method ResampleError

src/Exceptions.h:393–394  ·  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

391 * @param file_path (optional) The input file being processed
392 */
393 ResampleError(std::string message, std::string file_path="")
394 : FileExceptionBase(message, file_path) { }
395 virtual ~ResampleError() noexcept {}
396 };
397

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected