Source code for pyconll.exception

[docs]class ParseError(ValueError): """ Error that results from an improper value into a parsing routine. """ pass