Documentation

NotHandledException extends NotFoundException

Class NotHandledException

Table of Contents

Methods

__construct()  : mixed
NotFoundException constructor.
getHttpCode()  : int
getHttpReason()  : string|null
getRequest()  : ServerRequestInterface

Methods

__construct()

NotFoundException constructor.

public __construct(ServerRequestInterface $request[, Throwable|null $previous = null ]) : mixed
Parameters
$request : ServerRequestInterface
$previous : Throwable|null = null

getHttpReason()

public getHttpReason() : string|null
Return values
string|null

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

        
On this page

Search results