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

This Exception gets invoked if a file wasn't found. More...

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

Public Member Functions

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

Detailed Description

This Exception gets invoked if a file wasn't found.

Definition at line 11 of file FileNotReadableException.php.

Constructor & Destructor Documentation

◆ __construct()

ZipStream\Exception\FileNotReadableException::__construct ( string  $path)

Constructor of the Exception.

Parameters
String$path- The path which wasn't found

Definition at line 18 of file FileNotReadableException.php.

19  {
20  parent::__construct("The file with the path $path isn't readable.");
21  }

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