Files
pictshare/storage-controllers/s3/Aws/Exception/UnresolvedApiException.php
2020-01-05 03:11:41 +01:00

12 lines
236 B
PHP

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