<?php
namespace Xentral\Modules\SubscriptionCycle\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
interface SubscriptionCycleExceptionInterface extends ModuleExceptionInterface
{
}