Repository URL to install this package:
|
Version:
0.1.19-1 ▾
|
odigos-demo-currency
/
opt
/
odigos-demo-currency
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
/
ClientException.php
|
|---|
<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a client error is encountered (4xx codes)
*/
class ClientException extends BadResponseException
{
}