D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
sslit
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
/
Filename :
ClientException.php
back
Copy
<?php namespace PleskSslIt\GuzzleHttp\Exception; /** * Exception when a client error is encountered (4xx codes) */ class ClientException extends BadResponseException { }