You are here

class S3fsException in S3 File System 8.3

Same name and namespace in other branches
  1. 8.2 src/S3fsException.php \Drupal\s3fs\S3fsException
  2. 4.0.x src/S3fsException.php \Drupal\s3fs\S3fsException

Class used to differentiate between known and unknown exception states.

Hierarchy

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\s3fs
View source
class S3fsException extends \Exception {

}

Members