Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FailedMessageEvent.php

function FailedMessageEvent::getError

File

vendor/symfony/mailer/Event/FailedMessageEvent.php, line 33

Class

FailedMessageEvent
@author Fabien Potencier <fabien@symfony.com>

Namespace

Symfony\Component\Mailer\Event

Code

public function getError() : \Throwable {
    return $this->error;
}
RSS feed
Powered by Drupal