Browse
For agents
About
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more
/
2.1
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more
v2.1
Switch version
3.7.0
3.6.0
3.6.1
3.5.2
trunk
2.0
2.1
2.2
2.3
2.4
2.4.1
2.4.2
2.4.3
2.5.0
2.5.1
2.5.2
2.5.3
2.5.4
2.5.5
2.5.6
2.5.7
2.6.0
2.6.1
3.0.0
3.0.1
All 71 releases
Overview
Code
stockpack
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
/
ClientException.php
ClientException.php
in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.1, at vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
10 lines
162 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
namespace
GuzzleHttp
\
Exception
;
3
4
/**
5
* Exception when a client error is encountered (4xx codes)
6
*/
7
class
ClientException
extends
BadResponseException
8
{
9
}
10