NotRegularFileException.php 186 B

123456789
  1. <?php
  2. namespace Drupal\Core\File\Exception;
  3. /**
  4. * Exception thrown when a target is not a regular file (e.g. a directory).
  5. */
  6. class NotRegularFileException extends FileException {
  7. }