<?phpnamespace AwsDataExchangeException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Data Exchange** service. */class DataExchangeException extends AwsException {}