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

use Aws\Exception\AwsException;

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