You are here

NotRegularFileException.php in Drupal 9

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

Namesort descending Description
NotRegularFileException Exception thrown when a target is not a regular file (e.g. a directory).