Equation Errors =============== Module: :mod:`piethorn.math.equation.errors` This module defines the main exception types raised by the equation parser and parse-tree helpers. ``ParseError`` -------------- Generic parsing failure. ``SyntaxParseError`` -------------------- Raised when syntax is invalid. ``ChildError`` -------------- Raised when a requested child parse scope does not exist. Autodoc ------- .. automodule:: piethorn.math.equation.errors :members: