From f2d3c25c595b55b51cf87267f4ce942886033246 Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 14 Feb 2023 21:05:31 -0500 Subject: [PATCH] Minor correction --- .../Exceptions/{RequestException.php => TelegramException.php} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename src/TgBotLib/Exceptions/{RequestException.php => TelegramException.php} (90%) diff --git a/src/TgBotLib/Exceptions/RequestException.php b/src/TgBotLib/Exceptions/TelegramException.php similarity index 90% rename from src/TgBotLib/Exceptions/RequestException.php rename to src/TgBotLib/Exceptions/TelegramException.php index 7a7e7b0..ec75653 100644 --- a/src/TgBotLib/Exceptions/RequestException.php +++ b/src/TgBotLib/Exceptions/TelegramException.php @@ -1,4 +1,3 @@ -