installed plugin Infinite Uploads
version 2.0.8
This commit is contained in:
23
wp-content/plugins/infinite-uploads/vendor/Aws3/GuzzleHttp/Exception/GuzzleException.php
vendored
Normal file
23
wp-content/plugins/infinite-uploads/vendor/Aws3/GuzzleHttp/Exception/GuzzleException.php
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace UglyRobot\Infinite_Uploads\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
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user