<?php
namespace Aws\IoT1ClickProjects\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS IoT 1-Click Projects Service** service.
 */
class IoT1ClickProjectsException extends AwsException {}
