whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
amphp
/
amp
/
lib
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/amphp/amp/lib/TimeoutException.php
<?php namespace Amp; /** * Thrown if a promise doesn't resolve within a specified timeout. * * @see \Amp\Promise\timeout() */ class TimeoutException extends \Exception { /** * @param string $message Exception message. */ public function __construct(string $message = "Operation timed out") { parent::__construct($message); } }
Copyright ©2021 || Defacer Indonesia