Documentation

FileNotFoundException extends IOException
in package

Exception class thrown when a file couldn't be found.

Tags
author

Fabien Potencier fabien@symfony.com

author

Christian Gärtner christiangaertner.film@googlemail.com

Table of Contents

$path  : mixed
__construct()  : mixed
getPath()  : string|null
Returns the associated path for the exception.

Properties

Methods

__construct()

public __construct([string|null $message = null ], int $code[, Throwable|null $previous = null ][, string|null $path = null ]) : mixed
Parameters
$message : string|null = null
$code : int
$previous : Throwable|null = null
$path : string|null = null
Return values
mixed

getPath()

Returns the associated path for the exception.

public getPath() : string|null
Return values
string|null

Search results