FileNotFoundException
extends IOException
in package
Exception class thrown when a file couldn't be found.
Tags
Table of Contents
- $path : mixed
- __construct() : mixed
- getPath() : string|null
- Returns the associated path for the exception.
Properties
$path
private
mixed
$path
Methods
__construct()
public
__construct([string $message = null ], int $code[, Throwable $previous = null ][, string $path = null ]) : mixed
Parameters
- $message : string = null
- $code : int
- $previous : Throwable = null
- $path : string = null
Return values
mixed —getPath()
Returns the associated path for the exception.
public
getPath() : string|null
Return values
string|null —The path