From b2dbc011937b83682c52810f249caa741532cd02 Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 14 Feb 2023 20:57:15 -0500 Subject: [PATCH] More changes --- .idea/php.xml | 6 ++++++ .idea/tgbot.iml | 2 ++ src/TgBotLib/Classes/Utilities.php | 8 +++++++ src/TgBotLib/Classes/Validate.php | 8 +++++++ src/TgBotLib/Exceptions/RequestException.php | 22 ++++++++++++++++++++ 5 files changed, 46 insertions(+) create mode 100644 src/TgBotLib/Classes/Utilities.php create mode 100644 src/TgBotLib/Classes/Validate.php create mode 100644 src/TgBotLib/Exceptions/RequestException.php diff --git a/.idea/php.xml b/.idea/php.xml index b2ca53c..05fa7cb 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -9,6 +9,12 @@ + + + + + +