11 lines
345 B
PHP
11 lines
345 B
PHP
<?php
|
|
|
|
namespace UglyRobot\Infinite_Uploads\Aws\Exception;
|
|
|
|
use UglyRobot\Infinite_Uploads\Aws\HasMonitoringEventsTrait;
|
|
use UglyRobot\Infinite_Uploads\Aws\MonitoringEventsInterface;
|
|
class UnresolvedApiException extends \RuntimeException implements \UglyRobot\Infinite_Uploads\Aws\MonitoringEventsInterface
|
|
{
|
|
use HasMonitoringEventsTrait;
|
|
}
|