Source code for geo_python.exc

# -*- coding: utf-8 -*-

[docs]class InvalidPointError(Exception): """Generic error class"""