summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Exception/InvalidRegionException.php
blob: 0e3cd3649b0e4ca7f748508caebb8255dec466ff (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

class InvalidRegionException extends \RuntimeException implements
    MonitoringEventsInterface
{
    use HasMonitoringEventsTrait;
}