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

Function IOException

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

Source from the content-addressed store, hash-verified

92 public:
93 IOException(const char *what) : Exception(what) {};
94 IOException(const std::string &what) : Exception(what) {};
95
96 const char *type() const throw() override { return "I/O Exception"; }
97 };

Callers 15

childMethod · 0.85
childMethod · 0.85
childMethod · 0.85
flushMethod · 0.85
createMethod · 0.85
doWriteMethod · 0.85
readMethod · 0.85
readChannelMethod · 0.85
readTypedChannelMethod · 0.85
openMethod · 0.85
PrivateDataMethod · 0.85
findMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected