ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
StreamNotReadableException.php
Go to the documentation of this file.
1
<?
php
2
declare(strict_types=1);
3
4
namespace
ZipStream\Exception
;
5
6
use
ZipStream\Exception
;
7
11
class
StreamNotReadableException
extends
Exception
12
{
18
public
function
__construct
(
string
$fileName)
19
{
20
parent::__construct(
"The stream for $fileName could not be read."
);
21
}
22
}
ZipStream\Exception\StreamNotReadableException\__construct
__construct(string $fileName)
Constructor of the Exception.
Definition:
StreamNotReadableException.php:18
ZipStream\Exception
Definition:
EncodingException.php:4
ZipStream\Exception\StreamNotReadableException
This Exception gets invoked if fread fails on a stream.
Definition:
StreamNotReadableException.php:11
php
Exception
libs
composer
vendor
maennchen
zipstream-php
src
Exception
StreamNotReadableException.php
Generated on Thu Jan 16 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)