<?php
namespace Xentral\Components\Template\Exception;
use Xentral\Core\Exception\ComponentExceptionInterface;
interface TemplateExceptionInterface extends ComponentExceptionInterface
{
}