NotRegularFileException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\File\ExceptionFile
core/lib/Drupal/Core/File/Exception/NotRegularFileException.phpView 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
Name | Description |
---|---|
NotRegularFileException | Exception thrown when a target is not a regular file (e.g. a directory). |