master
/ miniconda3 / envs / poem / lib / python3.10 / site-packages / sympy / geometry / exceptions.py

exceptions.py @a8e0244 raw · history · blame

1
2
3
4
5
"""Geometry Errors."""

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