| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/GuzzleException.php.tar |
wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php0000644 00000000752 15114661757 0034332 0 ustar 00 home/xbodynamge/www <?php
namespace YoastSEO_Vendor\GuzzleHttp\Exception;
use Throwable;
if (\interface_exists(\Throwable::class)) {
interface GuzzleException extends \Throwable
{
}
} else {
/**
* @method string getMessage()
* @method \Throwable|null getPrevious()
* @method mixed getCode()
* @method string getFile()
* @method int getLine()
* @method array getTrace()
* @method string getTraceAsString()
*/
interface GuzzleException
{
}
}