<?phpnamespace AwsIotDataPlaneException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS IoT Data Plane** service. */class IotDataPlaneException extends AwsException {}