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