Kimai_Logger::exceptionHandler PHP Method

exceptionHandler() public static method

public static exceptionHandler ( $exception )
    public static function exceptionHandler($exception)
    {
        Kimai_Logger::logfile("Uncaught exception: " . $exception->getMessage());
    }