PendingReadError
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 read operation must complete before read can be called again" ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string = "The previous read operation must complete before read can be called again"
- $code : int = 0
- $previous : Throwable|null = null