OpenQuizz
Une application de gestion des contenus pédagogiques
ClientDisconnected Class Reference
Inheritance diagram for ClientDisconnected:
Collaboration diagram for ClientDisconnected:

Additional Inherited Members

- Public Member Functions inherited from HTTPException
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)
 
- Data Fields inherited from HTTPException
 response
 
- Static Public Attributes inherited from BadRequest
 code
 
 description
 
- Static Public Attributes inherited from HTTPException
 code
 
 description
 

Detailed 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

The documentation for this class was generated from the following file: