ConsecutiveAt.php 156 B

123456789
  1. <?php
  2. namespace Egulias\EmailValidator\Exception;
  3. class ConsecutiveAt extends InvalidEmail
  4. {
  5. const CODE = 128;
  6. const REASON = "Consecutive AT";
  7. }