Function FirePHP->newException

Definitions

sources/firephp.php

  • Returns a new exception
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

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

Returns

  • Type: Exception
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Returns a new exception
 *
 * @param  string $message $message
 * @return Exception
 */

protected function newException($message)