View file vendor/egulias/email-validator/src/Exception/DotAtEnd.php

File size: 151B
<?php

namespace Egulias\EmailValidator\Exception;

class DotAtEnd extends InvalidEmail
{
    const CODE = 142;
    const REASON = "Dot at the end";
}