snappymail/rainloop/v/0.0.0/app/libraries/GuzzleHttp/Exception/BadResponseException.php

9 lines
161 B
PHP
Raw Normal View History

<?php
namespace GuzzleHttp\Exception;
/**
* Exception when an HTTP error occurs (4xx or 5xx error)
*/
class BadResponseException extends RequestException {}