Aplus Framework Docs

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

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>
Return values
array<string|int, mixed>

Search results