<?php
namespace Aws\NetworkMonitor\Exception;

use Aws\Exception\AwsException;

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