File Manager

Path: /opt/cpanel/ea-wappspector/vendor/guzzlehttp/guzzle/src/Exception/

Viewing File: ClientException.php

<?php

namespace GuzzleHttp\Exception;

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