Current File : //var/www/oasis/aws/Aws/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 {}