Class RedirectingException (namespace Nette\Application)


Abort presenter and redirects to new request.

Exception
   |
   --AbortException
      |
      --RedirectingException
Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/RedirectingException.php (line 34)
Public Method Summary
RedirectingException
__construct ($uri, $code)
string
getUri ()

Method Details

line 38

__construct

public RedirectingException __construct ($uri, $code)

Input
$uri
$code
Output
RedirectingException  

line 48

getUri

public string getUri ()

Output
string