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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Migration Hub Refactor Spaces** service.
 */
class MigrationHubRefactorSpacesException extends AwsException {}