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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Resource Explorer** service.
 */
class ResourceExplorer2Exception extends AwsException {}