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