File: exceptions.py

package info (click to toggle)
python-aio-geojson-client 0.20-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: python: 1,368; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Exceptions for this library."""


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