summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
blob: 18fee1f0f0a8955fd9ed2ea4fd64d9b1e2a53adb (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\IotDataPlane\Exception;

use Aws\Exception\AwsException;

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