Beta/venv/lib/python3.12/site-packages/sympy/geometry/exceptions.py

6 lines
131 B
Python
Raw Permalink Normal View History

2026-02-06 22:23:20 +01:00
"""Geometry Errors."""
class GeometryError(ValueError):
"""An exception raised by classes in the geometry module."""
pass