mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
9 lines
226 B
PHP
9 lines
226 B
PHP
<?php
|
|
namespace Aws\AmplifyUIBuilder\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Amplify UI Builder** service.
|
|
*/
|
|
class AmplifyUIBuilderException extends AwsException {}
|