mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-11 01:07:39 +08:00
9 lines
161 B
PHP
9 lines
161 B
PHP
|
<?php
|
||
|
|
||
|
namespace GuzzleHttp\Exception;
|
||
|
|
||
|
/**
|
||
|
* Exception when an HTTP error occurs (4xx or 5xx error)
|
||
|
*/
|
||
|
class BadResponseException extends RequestException {}
|