DBXE/classes/Modules/SystemConfig/Exception/SystemConfigExceptionInterf...

10 lines
190 B
PHP

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