Source code for gie.exceptions

"""A file with custom built exceptions"""


[docs]class NoMatchingDataError(Exception): """Custom built exception for No matching data"""
[docs]class ApiError(Exception): """Custom built exception for errors with the API"""