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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS IoT Greengrass V2** service.
 */
class GreengrassV2Exception extends AwsException {}