view rhodecode/lib/rcmail/exceptions.py @ 3832:07f8039ef090 beta

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
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 09 May 2013 14:52:05 +0200
parents 349a0ca30a75
children
line wrap: on
line source



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