Source code for winregrc.errors

"""The error objects."""


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