NotRegularFileException.php

Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/File/Exception/NotRegularFileException.php
  2. 10 core/lib/Drupal/Core/File/Exception/NotRegularFileException.php
  3. 11.x core/lib/Drupal/Core/File/Exception/NotRegularFileException.php

Namespace

Drupal\Core\File\Exception

File

core/lib/Drupal/Core/File/Exception/NotRegularFileException.php

View source
<?php

namespace Drupal\Core\File\Exception;


/**
 * Exception thrown when a target is not a regular file (e.g. a directory).
 */
class NotRegularFileException extends FileException {

}

Classes

Title Deprecated Summary
NotRegularFileException Exception thrown when a target is not a regular file (e.g. a directory).

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