9 lines
129 B
PHP
9 lines
129 B
PHP
<?php
|
|
|
|
namespace Skobkin\Bundle\PointToolsBundle\Service\Exceptions;
|
|
|
|
|
|
class SubscriptionManagerException extends \Exception
|
|
{
|
|
|
|
} |