TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Mvc\Exception\StopActionException Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\Exception\StopActionException:
TYPO3\CMS\Extbase\Mvc\Exception TYPO3\CMS\Extbase\Exception

Detailed Description

This exception is thrown by a controller to stop the execution of the current action and return the control to the dispatcher. The dispatcher catches this exception and - depending on the "dispatched" status of the request - either continues dispatching the request or returns control to the request handler.

See the Action Controller's forward() and redirectToUri() methods for more information.

Definition at line 25 of file StopActionException.php.