Neos\Flow\Mvc\Controller\Exception::getRequest PHP Method

getRequest() protected method

Returns the request object that exception belongs to.
protected getRequest ( ) : Neos\Flow\Mvc\RequestInterface
return Neos\Flow\Mvc\RequestInterface
    protected function getRequest()
    {
        return $this->request;
    }