/home/mip/mip/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
<?php
namespace Aws\IotDataPlane\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS IoT Data Plane** service.
 */
class IotDataPlaneException extends AwsException {}