OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
RegionalEndpoint
/
Exception
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:37:40 AM
rwxr-xr-x
📄
ConfigurationException.php
359 bytes
07/10/2024 05:37:41 AM
rw-r--r--
Editing: ConfigurationException.php
Close
<?php namespace Aws\S3\RegionalEndpoint\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; /** * Represents an error interacting with configuration for sts regional endpoints */ class ConfigurationException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; }