Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../vendor/guzzleht.../guzzle/src/Exceptio...
File: GuzzleException.php
<?php
[0] Fix | Delete
namespace GuzzleHttp\Exception;
[1] Fix | Delete
[2] Fix | Delete
use Throwable;
[3] Fix | Delete
[4] Fix | Delete
if (interface_exists(Throwable::class)) {
[5] Fix | Delete
interface GuzzleException extends Throwable
[6] Fix | Delete
{
[7] Fix | Delete
}
[8] Fix | Delete
} else {
[9] Fix | Delete
/**
[10] Fix | Delete
* @method string getMessage()
[11] Fix | Delete
* @method \Throwable|null getPrevious()
[12] Fix | Delete
* @method mixed getCode()
[13] Fix | Delete
* @method string getFile()
[14] Fix | Delete
* @method int getLine()
[15] Fix | Delete
* @method array getTrace()
[16] Fix | Delete
* @method string getTraceAsString()
[17] Fix | Delete
*/
[18] Fix | Delete
interface GuzzleException
[19] Fix | Delete
{
[20] Fix | Delete
}
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function