You are here

class InvalidStreamWrapperException in Drupal 9

Exception thrown when a file's stream wrapper is invalid.

Hierarchy

Expanded class hierarchy of InvalidStreamWrapperException

3 files declare their use of InvalidStreamWrapperException
file.inc in core/includes/file.inc
API for handling file uploads and server file management.
FileUrlGenerator.php in core/lib/Drupal/Core/File/FileUrlGenerator.php
FileUrlGeneratorTest.php in core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php

File

core/lib/Drupal/Core/File/Exception/InvalidStreamWrapperException.php, line 8

Namespace

Drupal\Core\File\Exception
View source
class InvalidStreamWrapperException extends FileException {

}

Members