##// END OF EJS Templates
logging: use logger_generic in all suitable places, and fix get_current_rhodecode_user()...
logging: use logger_generic in all suitable places, and fix get_current_rhodecode_user() function to use the new mechanics from pyramid. Fixes #5390

File last commit:

r1:854a839a default
r2108:03c7441c 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.
"""