File manager - Edit - /home/autoph/public_html/connectv1/lms/vendor/react/promise-timer/src/TimeoutException.php
Back
<?php namespace React\Promise\Timer; use RuntimeException; class TimeoutException extends RuntimeException { private $timeout; public function __construct($timeout, $message = null, $code = null, $previous = null) { parent::__construct($message, $code, $previous); $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings