From 0822aea5ec87e9f6a19b35abe5720086f47fa154 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 1 Apr 2023 19:32:24 +0300 Subject: [PATCH] Ported CommandProcessingException. --- .../Exception/Telegram/CommandProcessingException.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {old/src/PointToolsBundle => src}/Exception/Telegram/CommandProcessingException.php (50%) diff --git a/old/src/PointToolsBundle/Exception/Telegram/CommandProcessingException.php b/src/Exception/Telegram/CommandProcessingException.php similarity index 50% rename from old/src/PointToolsBundle/Exception/Telegram/CommandProcessingException.php rename to src/Exception/Telegram/CommandProcessingException.php index b8f5306..0565732 100644 --- a/old/src/PointToolsBundle/Exception/Telegram/CommandProcessingException.php +++ b/src/Exception/Telegram/CommandProcessingException.php @@ -1,9 +1,9 @@