Class ApplicationException (namespace Nette\Application)


Application fatal error.

Exception
   |
   --ApplicationException
Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/ApplicationException.php (line 30)
Public Method Summary
ApplicationException
__construct ([$message = ''], [$code = 0], [$previous = NULL])
Methods Inherited From Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( )
Variable Summary

Method Details

line 33

__construct

public ApplicationException __construct ([$message = ''], [$code = 0], [$previous = NULL])

Input
$message
$code
$previous