installed plugin Infinite Uploads
version 2.0.8
This commit is contained in:
13
wp-content/plugins/infinite-uploads/vendor/Aws3/Aws/Retry/Exception/ConfigurationException.php
vendored
Normal file
13
wp-content/plugins/infinite-uploads/vendor/Aws3/Aws/Retry/Exception/ConfigurationException.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace UglyRobot\Infinite_Uploads\Aws\Retry\Exception;
|
||||
|
||||
use UglyRobot\Infinite_Uploads\Aws\HasMonitoringEventsTrait;
|
||||
use UglyRobot\Infinite_Uploads\Aws\MonitoringEventsInterface;
|
||||
/**
|
||||
* Represents an error interacting with retry configuration
|
||||
*/
|
||||
class ConfigurationException extends \RuntimeException implements \UglyRobot\Infinite_Uploads\Aws\MonitoringEventsInterface
|
||||
{
|
||||
use HasMonitoringEventsTrait;
|
||||
}
|
Reference in New Issue
Block a user