File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/vendor/egulias/email-validator/src/Result/Reason/ExceptionFound.php
Back
<?php namespace Egulias\EmailValidator\Result\Reason; class ExceptionFound implements Reason { /** * @var \Exception */ private $exception; public function __construct(\Exception $exception) { $this->exception = $exception; } public function code() : int { return 999; } public function description() : string { return $this->exception->getMessage(); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings