Source code for winregrc.errors

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


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