Documentation

CloseException extends Exception
in package

WebSocket\Exception\CloseException class.

Connection should close

Table of Contents

Properties

$content  : string
$status  : int|null

Methods

__construct()  : mixed
getCloseStatus()  : int|null

Properties

Methods

__construct()

public __construct([int|null $status = null ][, string $content = '' ]) : mixed
Parameters
$status : int|null = null
$content : string = ''

getCloseStatus()

public getCloseStatus() : int|null
Return values
int|null

        
On this page

Search results