%PDF- %PDF-
Direktori : /www/varak.net/losik.varak.net/vendor/nette/mail/src/Mail/ |
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 { }