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

use Aws\Exception\AwsException;

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