TYPO3  7.6
StopActionException Class Reference
Inheritance diagram for StopActionException:
Exception 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.