PendingAcceptError
extends Error
in package
FinalYes
Thrown in case a second read operation is attempted while another read operation is still pending.
Table of Contents
Methods
- __construct() : mixed
Methods
__construct()
public
__construct([string $message = 'The previous accept operation must complete before accept can be called again' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string = 'The previous accept operation must complete before accept can be called again'
- $code : int = 0
- $previous : Throwable|null = null