diff --git a/modules/geom/doc/composite.rst b/modules/geom/doc/composite.rst index 863763ccb723f491043afdfbfdb9b72e1c349464..c8e9701b9e565e33e271e83f87150936b7868b5d 100644 --- a/modules/geom/doc/composite.rst +++ b/modules/geom/doc/composite.rst @@ -449,7 +449,7 @@ Operations on Geometrical Objects :param rhs: Second object :type rhs: :class:`Line2`, :class:`Line3`, :class:`Plane` - :raises: :exc:`GeomException` when the two objects do not intersect + :raises: :exc:`~exceptions.RuntimeError` when the two objects do not intersect :rtype: :class:`Vec3` (:class:`Vec2` in case of :class:`Line2`) .. function:: IntersectionLine(plane2, plane2) @@ -461,7 +461,7 @@ Operations on Geometrical Objects :param plane2: The second plane :type plane2: :class:`Plane` - :raises: :exc:GeomException if the two planes are parallel. + :raises: :exc:`~exceptions.RuntimeError` if the two planes are parallel. .. function:: Distance(lhs, rhs)