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

Breadcrumb

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

function ExceptionFound::__construct

File

vendor/egulias/email-validator/src/Result/Reason/ExceptionFound.php, line 12

Class

ExceptionFound

Namespace

Egulias\EmailValidator\Result\Reason

Code

public function __construct(\Exception $exception) {
    $this->exception = $exception;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal