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