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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Resource Groups Tagging API** service.
 */
class ResourceGroupsTaggingAPIException extends AwsException {}