File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/packages/http-message/src/Exception.php
Back
<?php namespace YOOtheme\Http; class Exception extends \RuntimeException { /** * Constructor. * * @param int $code * @param string $message * @param \Exception|null $previous */ public function __construct($code = 0, $message = '', ?\Exception $previous = null) { parent::__construct($message ?: (new Response($code))->getReasonPhrase(), $code, $previous); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings