<?phpnamespace AwsMobileException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Mobile** service. */class MobileException extends AwsException {}