OpenQuizz
Une application de gestion des contenus pédagogiques
|
Additional Inherited Members | |
![]() | |
def | __init__ (self, description=None, response=None) |
def | wrap (cls, exception, name=None) |
def | name (self) |
def | get_description (self, environ=None) |
def | get_body (self, environ=None) |
def | get_headers (self, environ=None) |
def | get_response (self, environ=None) |
def | __call__ (self, environ, start_response) |
def | __str__ (self) |
def | __repr__ (self) |
![]() | |
response | |
![]() | |
code | |
description | |
![]() | |
code | |
description | |
Internal exception that is raised if Werkzeug detects a disconnected client. Since the client is already gone at that point attempting to send the error message to the client might not work and might ultimately result in another exception in the server. Mainly this is here so that it is silenced by default as far as Werkzeug is concerned. Since disconnections cannot be reliably detected and are unspecified by WSGI to a large extent this might or might not be raised if a client is gone. .. versionadded:: 0.8