DBXE/classes/Modules/SystemNotification/Exception/NotificationExceptionInterf...

10 lines
196 B
PHP

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