The HTTPServiceUnavailable class is accessible via the paste.httpexceptions module.
503
''
'The server is currently unavailable. Please try again at a later time.'
()
'%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->'
'Service Unavailable'
This exception as a WSGI application
text/html representation of the exception
text/plain representation of the exception
See the source for more information.
Top