Class ForwardingException (namespace Nette\Application)


Abort presenter and forwards to new request.

Exception
   |
   --AbortException
      |
      --ForwardingException
Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/ForwardingException.php (line 34)
Public Method Summary
ForwardingException
PresenterRequest

Method Details

line 41

__construct

public ForwardingException __construct (PresenterRequest $request)

Input
PresenterRequest $request
Output
ForwardingException  

line 52

getRequest

public PresenterRequest getRequest ()

Output
PresenterRequest