From 590fcd56cb0ffb83af4c837277da278b73e0167e Mon Sep 17 00:00:00 2001 From: Chaim Date: Tue, 19 May 2020 15:59:31 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=A2=9E=E5=8A=A0=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=8E=A5=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - src/exception/ThinkException.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ae1570d..597505e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,6 @@ "ext-iconv": "*", "ext-curl": "*", "ext-dom": "*", - "ext-http": "*", "topthink/framework": "^6.0.0", "topthink/think-orm": "^2.0", "topthink/think-view": "^1.0", diff --git a/src/exception/ThinkException.php b/src/exception/ThinkException.php index 4dfc036..5e4ac04 100644 --- a/src/exception/ThinkException.php +++ b/src/exception/ThinkException.php @@ -16,8 +16,8 @@ namespace DtApp\ThinkLibrary\exception; -use HttpException; use think\exception\Handle; +use think\exception\HttpException; use think\exception\ValidateException; use think\Request; use think\Response;