This commit is contained in:
2025-12-31 00:19:29 +08:00
parent 34051feb87
commit 91e0fe8940
12 changed files with 569 additions and 66 deletions
+3
View File
@@ -61,6 +61,9 @@ class BladeView
require $compiledPath;
} catch (\Throwable $e) {
ob_end_clean();
\Kiri::getLogger()->json_log($throwable);
throw new \RuntimeException("视图渲染失败: {$this->view}", 0, $e);
}