Files @ 5f21a9dcb09d
Branch filter:

Location: kallithea/rhodecode/lib/rcmail/exceptions.py

Indra Talip
create an index for commit messages and the ability to search them and see results


class InvalidMessage(RuntimeError):
    """
    Raised if message is missing vital headers, such
    as recipients or sender address.
    """


class BadHeaders(RuntimeError):
    """
    Raised if message contains newlines in headers.
    """