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

Properties

$path  : string|null

Methods

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

Properties

Methods

__construct()

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

getPath()

Returns the associated path for the exception.

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

        
On this page

Search results