utils.py 86 Bytes
Newer Older
1 2 3 4
class LatitudeError(ValueError):
    """Error for invalid Latitude Value"""

    pass