DBXE/classes/Modules/TransferSmartyTemplate/Exception/TransferTemplateException.php

10 lines
198 B
PHP

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