10 lines
200 B
PHP
10 lines
200 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Xentral\Modules\SubscriptionCycle\Exception;
|
||
|
|
|
||
|
|
use Xentral\Core\Exception\ModuleExceptionInterface;
|
||
|
|
|
||
|
|
interface SubscriptionCycleExceptionInterface extends ModuleExceptionInterface
|
||
|
|
{
|
||
|
|
}
|