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

use Aws\Exception\AwsException;

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