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

Function PermissionDeniedIOException

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

Source from the content-addressed store, hash-verified

122 public:
123 PermissionDeniedIOException(const char *what) : IOException(what) {};
124 PermissionDeniedIOException(const std::string &what) : IOException(what) {};
125
126 const char *type() const throw() override { return "Permission Denied"; }
127 };

Callers 2

writableMethod · 0.85
Exception.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected