aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
blob: fd78431ea7c1c12f0b8e17cefd8e239665271451 (plain)
1
2
3
4
5
6
7
<?php
namespace GuzzleHttp\Exception;

/**
 * Exception when an HTTP error occurs (4xx or 5xx error)
 */
class BadResponseException extends RequestException {}