Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

DirectoryNotReadyException.php

Namespace

Drupal\Core\File\Exception

File

core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php

View source
<?php

namespace Drupal\Core\File\Exception;


/**
 * Exception thrown when a file's destination directory is not ready.
 *
 * A directory can be considered not ready when it either does not exist, or
 * is not writable.
 */
class DirectoryNotReadyException extends FileException {

}

Classes

Title Deprecated Summary
DirectoryNotReadyException Exception thrown when a file's destination directory is not ready.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal