new appraoch
This commit is contained in:
14
pancake/system/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php
vendored
Executable file
14
pancake/system/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace Aws\Retry\Exception;
|
||||
|
||||
use Aws\HasMonitoringEventsTrait;
|
||||
use Aws\MonitoringEventsInterface;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with retry configuration
|
||||
*/
|
||||
class ConfigurationException extends \RuntimeException implements
|
||||
MonitoringEventsInterface
|
||||
{
|
||||
use HasMonitoringEventsTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user