Files @ a6a30c919513
Branch filter:

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

Marcin Kuzminski
#73 mapping of commited issues from commit message into issue tracker url.

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