sonarrradarrplexorganizrnginxdashboardlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximux
10 lines
157 B
10 lines
157 B
7 years ago
|
<?php
|
||
|
|
||
|
namespace Egulias\EmailValidator\Exception;
|
||
|
|
||
|
class ExpectedQPair extends InvalidEmail
|
||
|
{
|
||
|
const CODE = 136;
|
||
|
const REASON = "Expecting QPAIR";
|
||
|
}
|