RequestException
extends RuntimeException
in package
Class RequestException.
Table of Contents
- $info : array<string|int, mixed>
- __construct() : mixed
- RequestException constructor.
- getInfo() : array<string|int, mixed>
Properties
$info
protected
array<string|int, mixed>
$info
Methods
__construct()
RequestException constructor.
public
__construct([string $message = '' ], int $code[, Throwable|null $previous = null ][, array<string|int, mixed> $info = [] ]) : mixed
Parameters
- $message : string = ''
- $code : int
- $previous : Throwable|null = null
- $info : array<string|int, mixed> = []
Return values
mixed —getInfo()
public
getInfo() : array<string|int, mixed>