summaryrefslogtreecommitdiff
path: root/bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
blob: f95c09f2b1a50923056acbf108e1695e2a148bfa (plain)
1
2
3
4
5
6
7
<?php
namespace GuzzleHttp\Exception;

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