Files @ 9e677f6d34cb
Branch filter:

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

Leonardo
Fixing missing icons.
Removing the breadcrumb from the box header, so it will only be on the context bar.


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