Source code for winspsrc.errors

"""Errors."""


[docs] class ParseError(Exception): """Error that is raised when data cannot be parsed."""