This commit is contained in:
2021-03-04 00:47:56 +08:00
parent 1640ccf097
commit ec1f47d9ef
5 changed files with 4 additions and 13 deletions
-5
View File
@@ -55,8 +55,6 @@ class ErrorHandler extends Component implements ErrorInterface
return;
}
var_dump($lastError);
$this->category = 'shutdown';
$messages = explode(PHP_EOL, $lastError['message']);
@@ -95,9 +93,6 @@ class ErrorHandler extends Component implements ErrorInterface
return;
}
var_dump(func_get_args());
$path = ['file' => $error[2], 'line' => $error[3]];
if ($error[0] === 0) {