1<?php
2namespace Aws\Amplify\Exception;
3
4use Aws\Exception\AwsException;
5
6/**
7 * Represents an error interacting with the **AWS Amplify** service.
8 */
9class AmplifyException extends AwsException {}
10