Source code for innoconv_mintmod.errors

"""Exceptions are defined here."""


[docs]class ParseError(ValueError): """Raised when a mintmod command cannot be parsed."""