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

Method OutOfMemory

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

361 * @param file_path (optional) The input file being processed
362 */
363 OutOfMemory(std::string message, std::string file_path="")
364 : FileExceptionBase(message, file_path) { }
365 virtual ~OutOfMemory() noexcept {}
366 };
367

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected