<?phpnamespace AwsCloudWatchLogsException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon CloudWatch Logs service. */class CloudWatchLogsException extends AwsException {}