File "ServerException.php"

Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace YoastSEO_Vendor\GuzzleHttp\Exception;

/**
 * Exception when a server error is encountered (5xx codes)
 */
class ServerException extends \YoastSEO_Vendor\GuzzleHttp\Exception\BadResponseException
{
}