Source code for delphin.eds._exceptions


from delphin.exceptions import PyDelphinException, PyDelphinSyntaxError


[docs]class EDSError(PyDelphinException): """Raises on invalid EDS operations."""
[docs]class EDSSyntaxError(PyDelphinSyntaxError): """Raised when an invalid EDS string is encountered."""