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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Application Migration Service** service.
 */
class mgnException extends AwsException {}