<?phpnamespace AwsAmplifyException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Amplify** service. */class AmplifyException extends AwsException {}