FileNotExistsException.php
Namespace
Drupal\Core\File\ExceptionFile
-
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. |