Source code for whatstk.utils.exceptions

"""Library exceptions."""


[docs]class RegexError(Exception): """Raised when regex match is not possible.""" pass
[docs]class HFormatError(Exception): """Raised when hformat could not be found.""" pass