laravel新建异常类
摘要:
1.新建异常类 php artisan make:exception ApiException <?php namespace App\Exceptions; use Exception; use Throwable; class ApiException extends Exception { p 阅读全文
posted @ 2021-09-20 11:09 头大的冯冯 阅读(164) 评论(0) 推荐(0) 编辑