Source code for dfwinreg.errors

"""This file contains the error classes."""


[docs] class Error(Exception): """Base error class."""
[docs] class WinRegistryValueError(Error): """Raised when a Windows Registry value cannot be read."""