1
0
Fork 1
mirror of https://0xacab.org/radar/radar-wp.git synced 2025-04-11 02:36:27 +02:00
radar-wp/vendor/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
2015-02-24 16:25:12 +01:00

8 lines
176 B
PHP

<?php
namespace Guzzle\Http\Exception;
/**
* Exception when a client error is encountered (4xx codes)
*/
class ClientErrorResponseException extends BadResponseException {}