"""Geometry Errors."""

from __future__ import print_function, division


class GeometryError(ValueError):
    """An exception raised by classes in the geometry module."""
    pass
