app.php 125 B

12345
  1. <?php
  2. return [
  3. // 异常页面的模板文件
  4. 'exception_tmpl' => __DIR__ . '/../tpl/think_exception.tpl',
  5. ];