MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / IOError

Class IOError

src/Core/Exception.h:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23class IOError : public PyMeshException {
24 public:
25 IOError(const std::string& description) :
26 PyMeshException(description) {}
27 virtual ~IOError() throw() {}
28};
29
30class RuntimeError : public PyMeshException {
31 public:

Callers 15

parseMethod · 0.85
parseMethod · 0.85
write_rawMethod · 0.85
runMethod · 0.85
load_meshMethod · 0.85
save_meshMethod · 0.85
load_meshFunction · 0.85
parseMethod · 0.85
parseMethod · 0.85
parse_verticesMethod · 0.85
parse_elementsMethod · 0.85
get_attribute_sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected