This commit is contained in:
2021-11-05 00:13:52 +08:00
parent 7d8c50aed8
commit 19cab4f333
+2
View File
@@ -118,6 +118,8 @@ class ErrorHandler extends Component implements ErrorInterface
{
$path = ['file' => $file, 'line' => $line];
var_dump(func_get_args());
$data = Json::to($code, $this->category . ': ' . $message, $path);
write($data, $this->category);