MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / parserError

Class parserError

Externals/LibXML/python/libxml.py:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 return self.msg
25
26class parserError(libxmlError):
27 def __init__(self, msg):
28 self.msg = msg
29 def __str__(self):
30 return self.msg
31
32class uriError(libxmlError):
33 def __init__(self, msg):

Callers 2

errorMethod · 0.85
fatalErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected