Ported SubscriptionManagerException.
This commit is contained in:
parent
3d0b2bdbc8
commit
8d6197b116
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace src\PointToolsBundle\Exception;
|
||||
namespace App\Exception;
|
||||
|
||||
class SubscriptionManagerException extends \Exception
|
||||
{
|
Loading…
Reference in a new issue