10 lines
226 B
PHP
Executable File
10 lines
226 B
PHP
Executable File
<?php
|
|
namespace Aws\AmplifyUIBuilder\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Amplify UI Builder** service.
|
|
*/
|
|
class AmplifyUIBuilderException extends AwsException {}
|