bkdotcom/PHPDebugConsole

View on GitHub
src/CurlHttpMessage/Exception/BadResponseException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace bdk\CurlHttpMessage\Exception;

use bdk\CurlHttpMessage\Exception\RequestException;

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