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