OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Retry
/
Exception
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:55:32 AM
rwxr-xr-x
📄
ConfigurationException.php
324 bytes
08/14/2024 10:55:32 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; }