mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Include Vendor
This commit is contained in:
9
vendor/egulias/email-validator/EmailValidator/Exception/UnclosedQuotedString.php
vendored
Normal file
9
vendor/egulias/email-validator/EmailValidator/Exception/UnclosedQuotedString.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Egulias\EmailValidator\Exception;
|
||||
|
||||
class UnclosedQuotedString extends InvalidEmail
|
||||
{
|
||||
const CODE = 145;
|
||||
const REASON = "Unclosed quoted string";
|
||||
}
|
||||
Reference in New Issue
Block a user