config.php 107 B

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