source:
vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
Last change on this file was e3d4e0a, checked in by , 7 days ago | |
---|---|
|
|
File size: 163 bytes |
Rev | Line | |
---|---|---|
[e3d4e0a] | 1 | <?php |
2 | ||
3 | namespace GuzzleHttp\Exception; | |
4 | ||
5 | /** | |
6 | * Exception when a client error is encountered (4xx codes) | |
7 | */ | |
8 | class ClientException extends BadResponseException | |
9 | { | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.