<?php namespace Aws\DSQL\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Aurora DSQL** service. */ class DSQLException extends AwsException {}