簡介 插件地址:http://m.wtbis.cn/plugin/16 安裝 composer require tinywan/exception-handler 使用 配置 config/exception.php return [ // 這里配置異常處理類 '' => \Tinywan\ExceptionHandler\Handler::class, ]; 多應用模式時,...