Full Path: /home/atelipy/www/wpmain/wp-content-20260128101746-20260129172048/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends BadResponseException
{
}