ILIAS  release_7 Revision v7.30-3-g800a261c036
FileStream.php
Go to the documentation of this file.
1<?php
2
4
5use Psr\Http\Message\StreamInterface;
6
17interface FileStream extends StreamInterface
18{
19}
An exception for terminatinating execution or to throw for unit testing.
Interface FileStream The base interface for all filesystem streams.
Definition: FileStream.php:18