webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.thirdparty.mod_pywebsocket.dispatch.DispatchException Class Reference
Inheritance diagram for webkitpy.thirdparty.mod_pywebsocket.dispatch.DispatchException:

Public Member Functions

def __init__ (self, name, status=common.HTTP_STATUS_NOT_FOUND)
 

Public Attributes

 status
 

Detailed Description

Exception in dispatching WebSocket request.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mod_pywebsocket.dispatch.DispatchException.__init__ (   self,
  name,
  status = common.HTTP_STATUS_NOT_FOUND 
)

Member Data Documentation

◆ status

webkitpy.thirdparty.mod_pywebsocket.dispatch.DispatchException.status

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