Files @ cc5dc31859d4
Branch filter:

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

Aras Pranckevicius
graph: make it handle different row heights while still doing dots in the middle of each row


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