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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon CloudWatch Application Insights** service.
 */
class ApplicationInsightsException extends AwsException {}