summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/OAM/Exception/OAMException.php
blob: 01287f7c5c4741303210ee0a68082b6683e2ecb0 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\OAM\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **CloudWatch Observability Access Manager** service.
 */
class OAMException extends AwsException {}