Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/File/Exception/InvalidStreamWrapperException.php \Drupal\Core\File\Exception\InvalidStreamWrapperException

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

Hierarchy

Expanded class hierarchy of InvalidStreamWrapperException

6 files declare their use of InvalidStreamWrapperException
CopyTest.php in core/modules/file/tests/src/Kernel/CopyTest.php
FileRepositoryTest.php in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
FileUrlGenerator.php in core/lib/Drupal/Core/File/FileUrlGenerator.php
FileUrlGeneratorTest.php in core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
MoveTest.php in core/modules/file/tests/src/Kernel/MoveTest.php

... See full list

File

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

Namespace

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

}

Members