whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
vonage
/
client-core
/
src
/
Client
/
Exception
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/vonage/client-core/src/Client/Exception/ThrottleException.php
<?php declare(strict_types=1); namespace Vonage\Client\Exception; class ThrottleException extends Server { /** * @var int */ protected $timeout; public function setTimeout(int $seconds): void { $this->timeout = $seconds; } public function getTimeout(): int { return $this->timeout; } }
Copyright ©2021 || Defacer Indonesia