File "ExpectingDomainLiteralClose.php"

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

<?php

namespace Egulias\EmailValidator\Exception;

class ExpectingDomainLiteralClose extends InvalidEmail
{
    const CODE = 137;
    const REASON = "Closing bracket ']' for domain literal not found";
}