10 lines
232 B
PHP
10 lines
232 B
PHP
<?php
|
|
namespace Aws\EC2InstanceConnect\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS EC2 Instance Connect** service.
|
|
*/
|
|
class EC2InstanceConnectException extends AwsException {}
|