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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Amplify UI Builder** service.
 */
class AmplifyUIBuilderException extends AwsException {}