Removed obsolete exceptions

This commit is contained in:
Eduardo Gulias Davis
2020-09-12 15:45:30 +02:00
parent bf39b372c1
commit 1f6c674510
2 changed files with 0 additions and 18 deletions
-9
View File
@@ -1,9 +0,0 @@
<?php
namespace Egulias\EmailValidator\Exception;
class AtextAfterCFWS extends InvalidEmail
{
const CODE = 133;
const REASON = "ATEXT found after CFWS";
}
-9
View File
@@ -1,9 +0,0 @@
<?php
namespace Egulias\EmailValidator\Exception;
class CharNotAllowed extends InvalidEmail
{
const CODE = 201;
const REASON = "Non allowed character in domain";
}