<?php
namespace Xentral\Core\Exception;
interface ModuleExceptionInterface extends XentralExceptionInterface
{
}