DIR: /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/S3Tables/Exception/ |
Current File : /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/S3Tables/Exception/S3TablesException.php |
<?php namespace Aws\S3Tables\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon S3 Tables** service. */ class S3TablesException extends AwsException {} |