From 218b4a31376516de73c3e5b843bee697a7d1035a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 31 Aug 2021 14:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http-server/Message/Uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/Message/Uri.php b/http-server/Message/Uri.php index d436dd41..1b87868e 100644 --- a/http-server/Message/Uri.php +++ b/http-server/Message/Uri.php @@ -64,7 +64,7 @@ class Uri implements UriInterface */ public function getAuthority(): string { - throw new \BadMethodCallException(''); + throw new \BadMethodCallException('Not Accomplish Method.'); }