Source code for dfwinreg.errors

# -*- coding: utf-8 -*-
"""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."""