whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
amphp
/
amp
/
lib
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/amphp/amp/lib/CancelledException.php
<?php namespace Amp; /** * Will be thrown in case an operation is cancelled. * * @see CancellationToken * @see CancellationTokenSource */ class CancelledException extends \Exception { public function __construct(?\Throwable $previous = null) { parent::__construct("The operation was cancelled", 0, $previous); } }
Copyright ©2021 || Defacer Indonesia