summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php
blob: 15d06a9c2bae6493f3ea0e9a55e222772daa76f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
namespace Aws\S3\UseArnRegion\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

/**
 * Represents an error interacting with configuration for S3's UseArnRegion
 */
class ConfigurationException extends \RuntimeException implements
    MonitoringEventsInterface
{
    use HasMonitoringEventsTrait;
}