Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

NetworkException extends RuntimeException
in package
implements NetworkExceptionInterface

Table of Contents

Interfaces

NetworkExceptionInterface

Properties

$request  : RequestInterface

Methods

__construct()  : mixed
getRequest()  : RequestInterface

Properties

Methods

__construct()

public __construct(RequestInterface $request[, string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$request : RequestInterface
$message : string = ''
$code : int = 0
$previous : Throwable|null = null

getRequest()

public getRequest() : RequestInterface
Return values
RequestInterface
On this page