<?php namespace Aws\S3Tables\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon S3 Tables** service. */ class S3TablesException extends AwsException {}