function errorHandler() { if (true === $this->debug) { print_r(func_get_args()); print_r(debug_backtrace()); exit; } parent::errorHandler(); self::page_5xx(); }
function errorHandler() { if ($this->debug == true) { print_r(func_get_args()); print_r(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 4)); exit; } parent::errorHandler(); self::page_5xx(); }