<?phpnamespace AwsGlobalAcceleratorException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Global Accelerator** service. */class GlobalAcceleratorException extends AwsException {}