ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This Exception gets invoked if fread
fails on a stream.
More...
Public Member Functions | |
__construct (string $fileName) | |
Constructor of the Exception. More... | |
This Exception gets invoked if fread
fails on a stream.
Definition at line 11 of file StreamNotReadableException.php.
ZipStream\Exception\StreamNotReadableException::__construct | ( | string | $fileName | ) |
Constructor of the Exception.
string | $fileName | - The name of the file which the stream belongs to. |
Definition at line 18 of file StreamNotReadableException.php.