app.php 93 B

123456
  1. <?php
  2. //配置文件
  3. return [
  4. 'exception_handle' => '\\app\\common\\exception\\Http',
  5. ];