• File: DotAtEnd.php
  • Full Path: /home/masbinta/public_html/core/vendor/egulias/email-validator/src/Exception/DotAtEnd.php
  • File size: 151 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Egulias\EmailValidator\Exception;

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