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