<?php

namespace Xentral\Modules\SystemConfig\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface SystemConfigExceptionInterface extends ModuleExceptionInterface
{
}