Ported SubscriptionManagerException.

This commit is contained in:
Alexey Skobkin 2023-03-26 16:24:28 +03:00
parent 3d0b2bdbc8
commit 8d6197b116
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php
declare(strict_types=1);
namespace src\PointToolsBundle\Exception;
namespace App\Exception;
class SubscriptionManagerException extends \Exception
{