BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
DefaultsMode
/
Exception
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ConfigurationException.php
<?php namespace Aws\DefaultsMode\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; /** * Represents an error interacting with configuration mode */ class ConfigurationException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; }
Save
Cancel