StreamNotReadableException
extends Exception
in package
This Exception gets invoked if `fread` fails on a stream.
Table of Contents
Methods
- __construct() : mixed
- Constructor of the Exception
Methods
__construct()
Constructor of the Exception
public
__construct(string $fileName) : mixed
Parameters
- $fileName : string
-
- The name of the file which the stream belongs to.