<?php namespace Aws\GroundStation\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Ground Station** service. */ class GroundStationException extends AwsException {}