[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace Egulias\EmailValidator\Validation\Exception; 4 5 use Exception; 6 7 class EmptyValidationList extends \InvalidArgumentException 8 { 9 public function __construct($code = 0, Exception $previous = null) 10 { 11 parent::__construct("Empty validation list is not allowed", $code, $previous); 12 } 13 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |