From 8d6197b116a7fde4a755c4860b22c1576223dffc Mon Sep 17 00:00:00 2001
From: Alexey Skobkin <skobkin-ru@ya.ru>
Date: Sun, 26 Mar 2023 16:24:28 +0300
Subject: [PATCH] Ported SubscriptionManagerException.

---
 .../Exception/SubscriptionManagerException.php                 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename {old/src/PointToolsBundle => src}/Exception/SubscriptionManagerException.php (56%)

diff --git a/old/src/PointToolsBundle/Exception/SubscriptionManagerException.php b/src/Exception/SubscriptionManagerException.php
similarity index 56%
rename from old/src/PointToolsBundle/Exception/SubscriptionManagerException.php
rename to src/Exception/SubscriptionManagerException.php
index bfa6ef1..7d8b957 100644
--- a/old/src/PointToolsBundle/Exception/SubscriptionManagerException.php
+++ b/src/Exception/SubscriptionManagerException.php
@@ -1,6 +1,7 @@
 <?php
+declare(strict_types=1);
 
-namespace src\PointToolsBundle\Exception;
+namespace App\Exception;
 
 class SubscriptionManagerException extends \Exception
 {