2025-05-16 18:00:22 +04:00

6 lines
131 B
Python

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