You are here

ClientException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/Exception/ClientException.php

File

vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
View source
<?php

namespace GuzzleHttp\Exception;


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

}

Classes

Namesort descending Description
ClientException Exception when a client error is encountered (4xx codes)