You are here

NotRegularDirectoryException.php in Drupal 9

File

core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php
View source
<?php

namespace Drupal\Core\File\Exception;


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

}

Classes

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