Documentation

ResourceNotFoundException extends HttpResponseException
in package

Table of Contents

$request  : mixed
$response  : mixed
factory()  : mixed
getRequest()  : RequestInterface
Get the request that caused the exception
getResponse()  : Response
Get the response that caused the exception
setRequest()  : RequestException
Set the request that caused the exception
setResponse()  : mixed
Set the response that caused the exception

Properties

Methods

setResponse()

Set the response that caused the exception

public setResponse(Response $response) : mixed
Parameters
$response : Response

Response to set

Return values
mixed

Search results