the parser was adapted from another project (see docstring on the Parser class)
3 lines
43 B
Python
3 lines
43 B
Python
class ParsingError(RuntimeError):
|
|
pass
|