/
home
/
techb158
/
immovalet.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Retry
/
Exception
/
/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/Retry/Exception
mkdir
upload
Name
Size
Mode
Actions
ConfigurationException.php
310
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php
(310B)
<?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; }
Save