S3Exception.php 193 B

123456789
  1. <?php
  2. namespace Aws\S3\Exception;
  3. use Aws\Exception\AwsException;
  4. /**
  5. * Represents an error interacting with the Amazon Simple Storage Service.
  6. */
  7. class S3Exception extends AwsException {}