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

8 lines
177 B
PHP

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