S3StorageException
A failure talking to S3 storage.
Narrows ObjectStoreException to this provider, so a caller working against ObjectStoreClientInterface can catch the supertype while one that knows it is on S3 can still catch this.
Synopsis
Section titled “Synopsis”final class S3StorageException extends ObjectStoreException
| Extends | ObjectStoreException |
| Source | S3StorageException.php |
Inherited methods
Section titled “Inherited methods”These come from an ancestor and are documented where they are declared.
| Method | Declared in | Description |
|---|---|---|
getCode() | Exception | |
getFile() | Exception | |
getLine() | Exception | |
getMessage() | Exception | |
getPrevious() | Exception | |
getTrace() | Exception | |
getTraceAsString() | Exception |