10 lines
226 B
PHP
Executable File
10 lines
226 B
PHP
Executable File
<?php
|
|
namespace Aws\LookoutMetrics\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Amazon Lookout for Metrics** service.
|
|
*/
|
|
class LookoutMetricsException extends AwsException {}
|