Source code for optimatic.exceptions

"""
Custom Exception classes used by Optimatic
"""

[docs]class DidNotConvergeException(Exception): """Raised if an optimisation algorithm fails to converge""" pass