/home/brandsfa/www/vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
<?php
namespace Aws\ImportExport\Exception;

use Aws\Exception\AwsException;

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