S3fsException.php in S3 File System 8.2
Same filename and directory in other branches
Namespace
Drupal\s3fsFile
src/S3fsException.phpView source
<?php
namespace Drupal\s3fs;
/**
* Class used to differentiate between known and unknown exception states.
*/
class S3fsException extends \Exception {
}
Classes
Name | Description |
---|---|
S3fsException | Class used to differentiate between known and unknown exception states. |