You are here

class NotRegularFileException in Drupal 8

Same name and namespace in other branches
  1. 9 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

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 {

}

Members