/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Sts
/
RegionalEndpoints
/
Exception
/
Upload File
HOME
<?php namespace Aws\Sts\RegionalEndpoints\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; }