Files
nextcloud/php/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
Nextcloud Team 2295a33590 Initial import
2021-11-30 11:20:42 +01:00

11 lines
163 B
PHP

<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends BadResponseException
{
}