<?phpnamespace AwsGreengrassException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Greengrass** service. */class GreengrassException extends AwsException {}