Source code for acstore.errors

# -*- coding: utf-8 -*-
"""The error objects."""


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