Files @ a81dba13e6a2
Branch filter:

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

Mads Kiilerich
css: linear-gradient do not have 'top' but 'to bottom'

- according to https://developer.mozilla.org/en-US/docs/CSS/linear-gradient


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