Current path: home/webdevt/www/demo2/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src
<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends BadResponseException
{
}