10 lines
212 B
PHP
10 lines
212 B
PHP
<?php
|
|
namespace Aws\CloudWatchRUM\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **CloudWatch RUM** service.
|
|
*/
|
|
class CloudWatchRUMException extends AwsException {}
|