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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS CloudTrail Data Service** service.
 */
class CloudTrailDataException extends AwsException {}