File "NoDNSRecord.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Exception/NoDNSRecord.php
File size: 184 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Egulias\EmailValidator\Exception;

class NoDNSRecord extends InvalidEmail
{
    const CODE = 5;
    const REASON = 'No MX or A DSN record was found for this email';
}