mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-16 04:58:25 -04:00
Include Vendor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Egulias\EmailValidator\Exception;
|
||||
|
||||
class NoLocalPart extends InvalidEmail
|
||||
{
|
||||
const CODE = 130;
|
||||
const REASON = "No local part";
|
||||
}
|
||||
Reference in New Issue
Block a user