Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
Exception
:
S3Exception.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Aws\S3\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the Amazon Simple Storage Service. */ class S3Exception extends AwsException {}