From 98cbb07845a9a37b802225f5325a3570167660b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Jan 2022 15:04:16 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- AsyncClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AsyncClient.php b/AsyncClient.php index f670790..90a8a44 100644 --- a/AsyncClient.php +++ b/AsyncClient.php @@ -11,6 +11,7 @@ namespace Kiri; use Exception; use Kiri\Abstracts\Logger; +use Kiri\Exception\ConfigException; use Kiri\Message\Stream; use Swoole\Client as SwowClient; @@ -102,6 +103,7 @@ class AsyncClient extends ClientAbstracts * @param string $path * @param string $content * @return void + * @throws ConfigException */ private function execute(string $path, string $content) {