10 lines
216 B
PHP
Executable File
10 lines
216 B
PHP
Executable File
<?php
|
|
namespace Aws\GroundStation\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Ground Station** service.
|
|
*/
|
|
class GroundStationException extends AwsException {}
|