NotFoundException
extends RequestException
in package
Class NotFoundException
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
getHttpCode()
public
getHttpCode() : int
Return values
intgetHttpReason()
public
getHttpReason() : string|null
Return values
string|nullgetRequest()
public
getRequest() : ServerRequestInterface