You are here

S3fsException.php in S3 File System 8.2

Same filename and directory in other branches
  1. 8.3 src/S3fsException.php
  2. 4.0.x src/S3fsException.php

Namespace

Drupal\s3fs

File

src/S3fsException.php
View source
<?php

namespace Drupal\s3fs;


/**
 * Class used to differentiate between known and unknown exception states.
 */
class S3fsException extends \Exception {

}

Classes

Namesort descending Description
S3fsException Class used to differentiate between known and unknown exception states.