FileOpenException extends IoException
This exception is thrown when an I/O error occurs.
Table of Contents
Methods
- __construct() : mixed
- Creates new exception object.
- getPath() : string
- Path that generated exception.
Methods
__construct()
Creates new exception object.
public
__construct(mixed $path[, Throwable $previous = null ]) : mixed
Parameters
- $path : mixed
-
Path that generated exception.
- $previous : Throwable = null
getPath()
Path that generated exception.
public
getPath() : string