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