summaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
blob: 12fa5e3518c4487f13d20fd7622c2f81583852d3 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace GuzzleHttp\Exception;

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