NotRegularDirectoryException.php
Same filename in other branches
Namespace
Drupal\Core\File\ExceptionFile
-
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
Title | Deprecated | Summary |
---|---|---|
NotRegularDirectoryException | Exception thrown when a target is not a regular directory (e.g. a file). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.