<?phpnamespace AwsGroundStationException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Ground Station** service. */class GroundStationException extends AwsException {}