Source code for lib.exceptions

[docs]class JSONError(Exception): """ For errors while parsing JSON. """ pass
[docs]class ParseError(Exception): """ For errors while parsing formulas. """ pass

Project Versions