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