sonarrradarrplexorganizrnginxdashboardlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximux
10 lines
156 B
10 lines
156 B
7 years ago
|
<?php
|
||
|
|
||
|
namespace Egulias\EmailValidator\Exception;
|
||
|
|
||
|
class ConsecutiveAt extends InvalidEmail
|
||
|
{
|
||
|
const CODE = 128;
|
||
|
const REASON = "Consecutive AT";
|
||
|
}
|