radarrplexorganizrnginxsonarrdashboardserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpc
10 lines
158 B
10 lines
158 B
7 years ago
|
<?php
|
||
|
|
||
|
namespace Egulias\EmailValidator\Exception;
|
||
|
|
||
|
class ExpectingCTEXT extends InvalidEmail
|
||
|
{
|
||
|
const CODE = 139;
|
||
|
const REASON = "Expecting CTEXT";
|
||
|
}
|