class NotRegularFileException

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/File/Exception/NotRegularFileException.php \Drupal\Core\File\Exception\NotRegularFileException
  2. 8.9.x core/lib/Drupal/Core/File/Exception/NotRegularFileException.php \Drupal\Core\File\Exception\NotRegularFileException
  3. 10 core/lib/Drupal/Core/File/Exception/NotRegularFileException.php \Drupal\Core\File\Exception\NotRegularFileException

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

Hierarchy

  • class \Drupal\Core\File\Exception\FileException extends \Drupal\Core\File\Exception\RuntimeException

Expanded class hierarchy of NotRegularFileException

2 files declare their use of NotRegularFileException
FileDeleteTest.php in core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php
FileSystem.php in core/lib/Drupal/Core/File/FileSystem.php

File

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

Namespace

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

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.