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

use Aws\Exception\AwsException;

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