Source code for impacts_estimation.exceptions

""" Exceptions used by the impact estimation program """


[docs]class RecipeCreationError(Exception): pass
[docs]class SolverTimeoutError(Exception): pass
[docs]class NoKnownIngredientsError(Exception): pass
[docs]class NoCharacterizedIngredientsError(Exception): pass