ExceptionHandler::HandleException  (since version 2.0)
Syntax
null HandleException (  object $Exception  )
Parameters
Exception
The exception as instance of Exception throwed.
Description
Handles the throwed exception and forwarded error messages.

All throw exceptions are catched here and depending od the debug leven showed or just logged.
Anyway, all calls will be loggend under the log files folder with the in the current date file.
Return
null Returns void or false on fail.
Examples
<?php

  
throw new Excpetion('this is an exception sample');

?>

Last change 10/13/2009




Administration