plexorganizrnginxsonarrradarrdashboardcouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallemby
9 lines
154 B
9 lines
154 B
<?php
|
|
|
|
namespace Egulias\EmailValidator\Exception;
|
|
|
|
class CRNoLF extends InvalidEmail
|
|
{
|
|
const CODE = 150;
|
|
const REASON = "Missing LF after CR";
|
|
}
|
|
|