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

use Aws\Exception\AwsException;

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