Source code for curb_energy.errors

"""
Errors and Exceptions module
"""


[docs]class CurbBaseException(Exception): """ Base Exception for the Curb Energy library """ pass