RequestException
extends RuntimeException
in package
implements
HttpException
Http request exception
Table of Contents
Interfaces
- HttpException
- Http exception interface
Properties
Methods
- getRequest() : RequestInterface
- Get the request that caused the exception
- setRequest() : RequestException
- Set the request that caused the exception
Properties
$request
protected
RequestInterface
$request
Methods
getRequest()
Get the request that caused the exception
public
getRequest() : RequestInterface
Return values
RequestInterfacesetRequest()
Set the request that caused the exception
public
setRequest(RequestInterface $request) : RequestException
Parameters
- $request : RequestInterface
-
Request to set