<?php
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
use RuntimeException;
class TransferTemplateException extends RuntimeException implements TransferTemplateExceptionInterface
{
}