class S3fsException in S3 File System 7.2
Same name and namespace in other branches
- 7.3 s3fs.module \S3fsException
- 7 s3fs.module \S3fsException
Class used to differentiate between known and unknown exception states.
Hierarchy
- class \S3fsException extends \Exception
Expanded class hierarchy of S3fsException
File
- ./
s3fs.module, line 14 - Hook implementations and other primary functionality for S3 File System.
View source
class S3fsException extends Exception {
}