Files @ 2ad50c44b025
Branch filter:

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

Indra Talip
when indexing changesets use the raw_id to locate the point from
which to start indexing rather than the revision which can be unreliable.


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.
    """