Files @ 6f44b6d5aa60
Branch filter:

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

Marcin Kuzminski
added comments into beaker session,
- added cookie_path option as example
- added prefix middleware as example usage
- increased session timeout to 30days


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