<?php

namespace Drupal\Core\File\Exception;

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