Files
be-accone/vendor/aws_sdk/Aws/IoTTwinMaker/Exception/IoTTwinMakerException.php

10 lines
213 B
PHP

<?php
namespace Aws\IoTTwinMaker\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS IoT TwinMaker** service.
*/
class IoTTwinMakerException extends AwsException {}