<?php namespace Aws\ImportExport\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Import/Export** service. */ class ImportExportException extends AwsException {}