Wrong parameters for ErrorException([string $message [, long $code, [ long $severity, [ string $filename, [ long $lineno [, Throwable $previous = NULL]]]]]]) (0)

in /var/www/tfphp/tfphp.inc.php line 238
    foreach ($traces as $trace) if(isset($trace["file"])) $traceStack .= sprintf("<span>%s</span><span style=\"color: #666;\"> in %s line %d</span><br />", ((isset($trace["class"])) ? $trace["class"]. "::". $trace["function"] : $trace["function"]). "()", $trace["file"], $trace["line"]);
    echo sprintf("<h1>%s (%d)</h1><span>in %s line %d</span><br /><pre style=\"border: 1px solid #ccc; padding: 12px;\">%s</pre><p>%s</p><div><a href=\"https://tongfu.net/tag/tfphp.html\">TFPHP</a> v0.6.9</div>", $errstr, $errno, $errfile, $errline, $code, $traceStack);
    exit(intval($errno));
}
function tfdumpError(string $errno, string $errstr, string $errfile, int $errline){
    throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
}
function tfdumpException($e){
    error_log(sprintf("[%s] %s in %s:%d\nStack trace:\n%s", date('Y-m-d H:i:s'), $e->getMessage(), $e->getFile(), $e->getLine(), $e->getTraceAsString()));
    if(defined("TFPHP_DEBUG") && TFPHP_DEBUG) tfdumpDebug(strval($e->getCode()), $e->getMessage(), $e->getFile(), $e->getLine(), $e->getTrace());
}

ErrorException::__construct() in /var/www/tfphp/tfphp.inc.php line 238
tfphp\tfdumpError() in /var/www/html/web-inf/view/tfview/compile/homeBlogDetail.html.php line 12
include_once() in /var/www/tfphp/view/tfview.inc.php line 208
tfphp\view\tfview::doLoad() in /var/www/tfphp/view/tfview.inc.php line 248
tfphp\view\tfview::load() in /var/www/tfphp/system/tfpage.inc.php line 22
tfphp\system\tfpage::load() in /var/www/tfphp/tfphp.inc.php line 219
tfphp\tfphp::start() in /var/www/tfphp/tfphp.inc.php line 223
tfphp\tfphp::run() in /var/www/html/index.php line 63
tfproject\index::run() in /var/www/html/index.php line 66

TFPHP v0.6.9