You are here

class NotRegularDirectoryException in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php \Drupal\Core\File\Exception\NotRegularDirectoryException

Exception thrown when a target is not a regular directory (e.g. a file).

Hierarchy

Expanded class hierarchy of NotRegularDirectoryException

1 file declares its use of NotRegularDirectoryException
FileSystem.php in core/lib/Drupal/Core/File/FileSystem.php

File

core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php, line 8

Namespace

Drupal\Core\File\Exception
View source
class NotRegularDirectoryException extends FileException {

}

Members