Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IoTTwinMakerException.php « Exception « IoTTwinMaker « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99b50bd69f5f0ae707a81e34fcedc78e5e883284 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\IoTTwinMaker\Exception;

use Aws\Exception\AwsException;

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