TimeoutException
extends Exception
in package
Used as the previous exception to {@see CancelledException} when a {@see TimeoutCancellation} expires.
Tags
Table of Contents
Methods
- __construct() : mixed
Methods
__construct()
public
__construct([string $message = "Operation timed out" ]) : mixed
Parameters
- $message : string = "Operation timed out"
-
Exception message.