MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / FileNotFound

Class FileNotFound

tests/framework/Exceptions.h:69–77  ·  view source on GitHub ↗

Error class for when some external assets are missing */

Source from the content-addressed store, hash-verified

67
68/** Error class for when some external assets are missing */
69class FileNotFound : public std::runtime_error
70{
71public:
72 /** Construct error with message
73 *
74 * @param[in] msg Error message
75 */
76 FileNotFound(const std::string &msg);
77};
78
79/** Error class for failures during test execution. */
80class TestError : public std::runtime_error

Callers 3

load_ppmFunction · 0.85
load_pgmFunction · 0.85
fill_layer_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected