9c6594c
1
2
3
4
5
6
"""Geometry Errors.""" class GeometryError(ValueError): """An exception raised by classes in the geometry module.""" pass