Function FirePHP->registerExceptionHandler
Definitions
sources/firephp.php
- Register FirePHP as your exception handleror NULL on error.If no previous handler was defined, NULL is also returned.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- Returns the name of the previously defined exception handler,
- Type: mixed
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Register FirePHP as your exception handleror NULL on error.If no previous handler was defined, NULL is also returned.
*
* @return mixed Returns the name of the previously defined exception handler,
*/
public function registerExceptionHandler()
* Register FirePHP as your exception handleror NULL on error.If no previous handler was defined, NULL is also returned.
*
* @return mixed Returns the name of the previously defined exception handler,
*/
public function registerExceptionHandler()
