File "GuzzleException.php"

Full Path: /home/bfxleof/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php
File size: 311 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace YoastSEO_Vendor\GuzzleHttp\Exception;

/**
 * @method string getMessage()
 * @method \Throwable|null getPrevious()
 * @method mixed getCode()
 * @method string getFile()
 * @method int getLine()
 * @method array getTrace()
 * @method string getTraceAsString()
 */
interface GuzzleException
{
}