Source code for cityiq.exceptions

# -*- coding: utf-8 -*-
# # # Copyright (c) 2019 Civic Knowledge. This file is licensed under the terms of the
# # # MIT License, included in this distribution as LICENSE
"""


"""


[docs]class CityIqError(Exception): pass
[docs]class AuthenticationError(CityIqError): pass
[docs]class ConfigurationError(CityIqError): pass
[docs]class TimeError(CityIqError): pass