"""
Exceptions
"""


class SolveError(ValueError):
    """
    Exception raised when a model can't be solved

    This could occur because the integration has a runaway effect in it
    """
