Function __global->throwing_errors

Definitions

sources/failure.php

  • Find whether we should throw errors, rather than create HTML exit screens with the error messages / correction screens.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether to are throwing errors
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether we should throw errors, rather than create HTML exit screens with the error messages / correction screens.
 *
 * @return boolean Whether to are throwing errors
 */

function throwing_errors() : bool