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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Migration Hub Config** service.
 */
class MigrationHubConfigException extends AwsException {}