Files @ 07f8039ef090
Branch filter:

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

Marcin Kuzminski
Use repo-scann at latest possible state.

- we can ensure every config/checks were made before that step
- it should fix issues with custom GIT paths


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