summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php
blob: 9e12a7baca91301826963ef5cc380130ccc8294f (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\InternetMonitor\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon CloudWatch Internet Monitor** service.
 */
class InternetMonitorException extends AwsException {}