<?php

namespace Aws\CloudWatchLogs\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the CloudWatchLogs client.
 */
class CloudWatchLogsException extends ServiceResponseException {}
