IOP-Patho/vendor/egulias/email-validator/EmailValidator/Exception/ConsecutiveAt.php

10 lines
156 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
namespace Egulias\EmailValidator\Exception;
class ConsecutiveAt extends InvalidEmail
{
const CODE = 128;
const REASON = "Consecutive AT";
}