NotRegularDirectoryException.php 190 B

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