DBXE/classes/Modules/SystemMailClient/Exception/MailClientConfigException.php

10 lines
192 B
PHP

<?php
namespace Xentral\Modules\SystemMailClient\Exception;
use RuntimeException;
class MailClientConfigException extends RuntimeException implements SystemMailClientExceptionInterface
{
}