* SPDX-License-Identifier: AGPL-3.0-or-later */ namespace KTXM\ProviderImap\Smtp; use RuntimeException; /** * SMTP client exception. */ final class SmtpException extends RuntimeException { }