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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Import/Export** service.
 */
class ImportExportException extends AwsException {}