File "ClientException.php"

Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ClientException.php
File size: 243 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Google\Site_Kit_Dependencies\GuzzleHttp\Exception;

/**
 * Exception when a client error is encountered (4xx codes)
 */
class ClientException extends \Google\Site_Kit_Dependencies\GuzzleHttp\Exception\BadResponseException
{
}