%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/losik.varak.net/vendor/nette/mail/src/Mail/
Upload File :
Create Path :
Current File : //www/varak.net/losik.varak.net/vendor/nette/mail/src/Mail/exceptions.php

<?php

/**
 * This file is part of the Nette Framework (https://nette.org)
 * Copyright (c) 2004 David Grudl (https://davidgrudl.com)
 */

declare(strict_types=1);

namespace Nette\Mail;

use Nette;


/**
 * Exception thrown when a mail sending error is encountered.
 */
class SendException extends Nette\InvalidStateException
{
}


/**
 * SMTP mailer exception.
 */
class SmtpException extends SendException
{
}


class FallbackMailerException extends SendException
{
	/** @var SendException[] */
	public $failures;
}


class SignException extends SendException
{
}

Zerion Mini Shell 1.0