OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
Exception
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:55:34 AM
rwxr-xr-x
📄
DeleteMultipleObjectsException.php
1.9 KB
08/14/2024 10:55:34 AM
rw-r--r--
📄
PermanentRedirectException.php
95 bytes
08/14/2024 10:55:34 AM
rw-r--r--
📄
S3Exception.php
202 bytes
08/14/2024 10:55:34 AM
rw-r--r--
📄
S3MultipartUploadException.php
2.68 KB
08/14/2024 10:55:34 AM
rw-r--r--
Editing: S3Exception.php
Close
<?php namespace Aws\S3\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the Amazon Simple Storage Service. */ class S3Exception extends AwsException {}