Files @ 3e32980f50f2
Branch filter:

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

Bradley M. Kuhn
Update LICENSE.md to include license information about Select2

License details were taken from the LICENSE file in Select2 distribution.


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