Class that represents a controller response via an exception.

This type of exception is caught by the front controller and handled as if it were returned by the controller as normal.

package XenForo_Mvc

 Methods

Constructor.

__construct(\XenForo_ControllerResponse_Abstract $controllerResponse) 

Parameters

Gets the encapsulated controller response.

getControllerResponse() : \XenForo_ControllerResponse_Abstract

 Properties

 

$_controllerResponse : \XenForo_ControllerResponse_Abstract