OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
zzXpress
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Retry
/
Exception
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:23 AM
rwxr-xr-x
📄
ConfigurationException.php
324 bytes
05/19/2025 10:07:23 AM
rw-r--r--
Editing: ConfigurationException.php
Close
<?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; }