MCPcopy Create free account
hub / github.com/ImageEngine/cortex / FileNotFoundIOException

Function FileNotFoundIOException

include/IECore/Exception.h:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 public:
103 FileNotFoundIOException(const char *what) : IOException(what) {};
104 FileNotFoundIOException(const std::string &what) : IOException(what) {};
105
106 const char *type() const throw() override { return "File Not Found"; }
107 };

Callers 2

FileIndexedIOMethod · 0.85
Exception.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected