PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ImportExport
/
Exception
/
Editing: 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 {}
SAVE
CANCEL