<?php

namespace Xentral\Modules\TransferSmartyTemplate\Exception;

use RuntimeException;

class TemplateNotFoundException extends RuntimeException implements TransferTemplateExceptionInterface
{
}