| 1 |
<?php |
| 2 |
|
| 3 |
namespace Dudlewebs\WPMCS\s3\Aws\Endpoint\UseDualstackEndpoint\Exception; |
| 4 |
|
| 5 |
use Dudlewebs\WPMCS\s3\Aws\HasMonitoringEventsTrait; |
| 6 |
use Dudlewebs\WPMCS\s3\Aws\MonitoringEventsInterface; |
| 7 |
/** |
| 8 |
* Represents an error interacting with configuration for useDualstackRegion |
| 9 |
*/ |
| 10 |
class ConfigurationException extends \RuntimeException implements MonitoringEventsInterface |
| 11 |
{ |
| 12 |
use HasMonitoringEventsTrait; |
| 13 |
} |
| 14 |
|