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

use Aws\Exception\AwsException;

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