Files
be-accone/vendor/aws_v3/Aws/IoTEventsData/Exception/IoTEventsDataException.php

10 lines
217 B
PHP

<?php
namespace Aws\IoTEventsData\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS IoT Events Data** service.
*/
class IoTEventsDataException extends AwsException {}