File "TimeoutException.php"
Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php
File size: 178 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Google\Site_Kit_Dependencies\phpseclib3\Exception;
/**
* Indicates a timeout awaiting server response
*/
class TimeoutException extends \RuntimeException
{
}