##// END OF EJS Templates
ssh: allow customizing the base_url for running application....
ssh: allow customizing the base_url for running application. Allows proper URLs inside events when executing on SSH calls.

File last commit:

r1:854a839a default
r2188:397144e9 default
Show More
exceptions.py
13 lines | 246 B | text/x-python | PythonLexer
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.
"""