<?php

namespace Xentral\Components\Template\Exception;

use RuntimeException;

class TemplateException extends RuntimeException implements TemplateExceptionInterface
{
}