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