runff 1.0 commit
This commit is contained in:
11
lib/aws/Aws/Exception/UnresolvedApiException.php
Normal file
11
lib/aws/Aws/Exception/UnresolvedApiException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Aws\Exception;
|
||||
|
||||
use Aws\HasMonitoringEventsTrait;
|
||||
use Aws\MonitoringEventsInterface;
|
||||
|
||||
class UnresolvedApiException extends \RuntimeException implements
|
||||
MonitoringEventsInterface
|
||||
{
|
||||
use HasMonitoringEventsTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user