exxamalte/python-geojson-client

View on GitHub
geojson_client/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Exceptions for this library."""


class GeoJsonException(Exception):
    """GeoJSON Exception."""