class S3fsException in S3 File System 8.3
Same name and namespace in other branches
- 8.2 src/S3fsException.php \Drupal\s3fs\S3fsException
- 4.0.x src/S3fsException.php \Drupal\s3fs\S3fsException
Class used to differentiate between known and unknown exception states.
Hierarchy
- class \Drupal\s3fs\S3fsException extends \Drupal\s3fs\Exception
Expanded class hierarchy of S3fsException
1 file declares its use of S3fsException
- S3fsStream.php in src/
StreamWrapper/ S3fsStream.php
File
- src/
S3fsException.php, line 8
Namespace
Drupal\s3fsView source
class S3fsException extends \Exception {
}