mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 16:58:07 +08:00
8 lines
162 B
PHP
8 lines
162 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
/**
|
|
* Exception when a server error is encountered (5xx codes)
|
|
*/
|
|
class ServerException extends BadResponseException {}
|