TimeOutException
extends Exception
in package
implements
Stringable, ExceptionInterface
FinalYes
Table of Contents
Interfaces
- Stringable
- ExceptionInterface
Methods
- __construct() : mixed
- __toString() : string
Methods
__construct()
public
__construct([string|null $message = null ][, int|null $code = null ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string|null = null
- $code : int|null = null
- $previous : Throwable|null = null
__toString()
public
__toString() : string