summaryrefslogtreecommitdiff
path: root/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php
blob: 04d7ddc05ef03f776caab904712a5e0ced1cefa4 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Guzzle\Http\Exception;

/**
 * Exception when a client error is encountered (4xx codes)
 */
class ClientErrorResponseException extends BadResponseException {}