Inheritance diagram for WebSocketError:A WebSocket error.
Error codes less than 1000 are not used by the protocol or exposed to peers, but may be used internally per implementation.
Protected Properties | |
| mixed | $extra |
| Frame null | $frame |
Public Methods | |
| __construct (int $code, string $message='', Frame $frame=null, Throwable $previous=null) | |
| mixed | getExtra () |
| Frame null | getFrame () |
| $this | setExtra ($extra) |
| mixed getExtra | ( | ) |
| Frame null getFrame | ( | ) |
| $this setExtra | ( | $extra | ) |
| mixed | $extra |