Class ApplicationException (namespace Nette\Application)


Application fatal error.

Exception
   |
   --ApplicationException
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Application/Exceptions/ApplicationException.php (line 21)
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 24

__construct

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

Input
$message
$code
$previous
Output
ApplicationException