DBXE/classes/Modules/TransferSmartyTemplate/Exception/TransferTemplateUserExcepti...

10 lines
202 B
PHP
Raw Permalink Normal View History

2021-05-21 08:49:41 +02:00
<?php
namespace Xentral\Modules\TransferSmartyTemplate\Exception;
use RuntimeException;
class TransferTemplateUserException extends RuntimeException implements TransferTemplateExceptionInterface
{
}