Function FirePHP->exceptionHandler

Definitions

sources/firephp.php

  • FirePHP's exception handlerLogs all exceptions to your firebug console and then stops the script.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$exception Exception No No required parameter N/A N/A $exception

Preview

Code (PHP)

/**
 * FirePHP's exception handlerLogs all exceptions to your firebug console and then stops the script.
 *
 * @param  Exception $exception $exception
 */

public function exceptionHandler($exception)