Files @ 1c32b72930fa
Branch filter:

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

leonardo
Addding context bar to more repo related pages.
Fixing the base template to work on non-repo related pages.


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