mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-14 20:18:00 +00:00
12 lines
236 B
PHP
12 lines
236 B
PHP
<?php
|
|
namespace Aws\Exception;
|
|
|
|
use Aws\HasMonitoringEventsTrait;
|
|
use Aws\MonitoringEventsInterface;
|
|
|
|
class UnresolvedApiException extends \RuntimeException implements
|
|
MonitoringEventsInterface
|
|
{
|
|
use HasMonitoringEventsTrait;
|
|
}
|