delphin.exceptions

Basic exception and warning classes for PyDelphin.

exception delphin.exceptions.PyDelphinException(*args, **kwargs)[source]

The base class for PyDelphin exceptions.

exception delphin.exceptions.PyDelphinSyntaxError(message=None, filename=None, lineno=None, offset=None, text=None)[source]
exception delphin.exceptions.PyDelphinWarning(*args, **kwargs)[source]

The base class for PyDelphin warnings.