OpenXE/vendor/aws/aws-sdk-php/src/Exception/InvalidRegionException.php
2021-05-21 08:49:41 +02:00

12 lines
236 B
PHP

<?php
namespace Aws\Exception;
use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;
class InvalidRegionException extends \RuntimeException implements
MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}