File "ServerException.php"
Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ServerException.php
File size: 243 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Google\Site_Kit_Dependencies\GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends \Google\Site_Kit_Dependencies\GuzzleHttp\Exception\BadResponseException
{
}