first commit -> move some files from one-api
This commit is contained in:
14
vendor/aws_v3/Aws/EndpointDiscovery/Exception/ConfigurationException.php
vendored
Normal file
14
vendor/aws_v3/Aws/EndpointDiscovery/Exception/ConfigurationException.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace Aws\EndpointDiscovery\Exception;
|
||||
|
||||
use Aws\HasMonitoringEventsTrait;
|
||||
use Aws\MonitoringEventsInterface;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with configuration for endpoint discovery
|
||||
*/
|
||||
class ConfigurationException extends \RuntimeException implements
|
||||
MonitoringEventsInterface
|
||||
{
|
||||
use HasMonitoringEventsTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user