organizrnginxsonarrradarrplexdashboardcouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallemby
9 lines
181 B
9 lines
181 B
<?php
|
|
|
|
namespace Egulias\EmailValidator\Exception;
|
|
|
|
class CommaInDomain extends InvalidEmail
|
|
{
|
|
const CODE = 200;
|
|
const REASON = "Comma ',' is not allowed in domain part";
|
|
}
|
|
|