You are here

BadResponseException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php

File

vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
View source
<?php

namespace GuzzleHttp\Exception;


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

}

Classes

Namesort descending Description
BadResponseException Exception when an HTTP error occurs (4xx or 5xx error)