10 lines
237 B
PHP
10 lines
237 B
PHP
<?php
|
|
namespace Aws\CloudWatchEvidently\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Amazon CloudWatch Evidently** service.
|
|
*/
|
|
class CloudWatchEvidentlyException extends AwsException {}
|