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