WIP: Symfony 6 project remake #2

Draft
skobkin wants to merge 103 commits from symfony6_remake into master
Showing only changes of commit 8d6197b116 - Show all commits

View file

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