You are here

FileNotExistsException.php in Drupal 10

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.