FileNotExistsException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/File/Exception/FileNotExistsException.php
  2. 8.9.x core/lib/Drupal/Core/File/Exception/FileNotExistsException.php
  3. 10 core/lib/Drupal/Core/File/Exception/FileNotExistsException.php

Namespace

Drupal\Core\File\Exception

File

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

View source
<?php

namespace Drupal\Core\File\Exception;


/**
 * Exception thrown when a file is expected to exist but does not.
 */
class FileNotExistsException extends FileException {

}

Classes

Title Deprecated Summary
FileNotExistsException Exception thrown when a file is expected to exist but does not.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.