/home/brandsfa/www/vendor/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php
<?php
namespace Aws\AmplifyBackend\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AmplifyBackend** service.
 */
class AmplifyBackendException extends AwsException {}