Skip to content

exceptions

Module with code for handling errors and exceptions.

CurveIntersectionError #

Bases: Exception

Raised when curves in selection does not share intersection points

Source code in pymesh/exceptions.py
class CurveIntersectionError(Exception):
    """Raised when curves in selection does not share intersection points"""