Source code for acstore.errors

"""The error objects."""


[docs] class Error(Exception): """The error interface."""
[docs] class ParseError(Error): """Raised when a parse error occurred."""