comparison vendor/egulias/email-validator/EmailValidator/Exception/CommaInDomain.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
1 <?php
2
3 namespace Egulias\EmailValidator\Exception;
4
5 class CommaInDomain extends InvalidEmail
6 {
7 const CODE = 200;
8 const REASON = "Comma ',' is not allowed in domain part";
9 }