PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
GroundStation
/
Exception
/
Editing: GroundStationException.php
<?php namespace Aws\GroundStation\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Ground Station** service. */ class GroundStationException extends AwsException {}
SAVE
CANCEL