- 在 NotFoundException 类中引入 error_response 函数 -优化异常处理逻辑,提高错误响应的可定制性
@@ -8,6 +8,7 @@ use think\exception\ValidateException;
use think\Request;
use think\Response;
use Throwable;
+use function SixShop\Core\error_response;
class ExceptionHandle extends Handle
{