ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ZipStream\Exception\StreamNotReadableException Class Reference

This Exception gets invoked if fread fails on a stream. More...

+ Inheritance diagram for ZipStream\Exception\StreamNotReadableException:
+ Collaboration diagram for ZipStream\Exception\StreamNotReadableException:

Public Member Functions

 __construct (string $fileName)
 Constructor of the Exception. More...
 

Detailed Description

This Exception gets invoked if fread fails on a stream.

Definition at line 11 of file StreamNotReadableException.php.

Constructor & Destructor Documentation

◆ __construct()

ZipStream\Exception\StreamNotReadableException::__construct ( string  $fileName)

Constructor of the Exception.

Parameters
string$fileName- The name of the file which the stream belongs to.

Definition at line 18 of file StreamNotReadableException.php.

19  {
20  parent::__construct("The stream for $fileName could not be read.");
21  }

The documentation for this class was generated from the following file: