You are here

FileNotExistsException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/File/Exception/FileNotExistsException.php

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

Namesort descending Description
FileNotExistsException Exception thrown when a file is expected to exist but does not.