<?php namespace Aws\Amplify\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Amplify** service. */ class AmplifyException extends AwsException {}