organizrnginxsonarrradarrplexdashboardcouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallemby
10 lines
157 B
10 lines
157 B
7 years ago
|
<?php
|
||
|
|
||
|
namespace Egulias\EmailValidator\Exception;
|
||
|
|
||
|
class DotAtStart extends InvalidEmail
|
||
|
{
|
||
|
const CODE = 141;
|
||
|
const REASON = "Found DOT at start";
|
||
|
}
|