PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
aws
/
aws-sdk-php
/
src
/
InternetMonitor
/
Exception
/
Editing: InternetMonitorException.php
<?php namespace Aws\InternetMonitor\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon CloudWatch Internet Monitor** service. */ class InternetMonitorException extends AwsException {}
SAVE
CANCEL