mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-18 18:33:11 +02:00
10 lines
250 B
PHP
10 lines
250 B
PHP
<?php
|
|
namespace Aws\DatabaseMigrationService\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Database Migration Service** service.
|
|
*/
|
|
class DatabaseMigrationServiceException extends AwsException {}
|