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