\Symfony\Component\Filesystem\ExceptionFileNotFoundException

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

Summary

Methods
Properties
Constants
__construct()
getPath()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$path
N/A

Properties

$path

$path : 

Type

Methods

__construct()

__construct(\Symfony\Component\Filesystem\Exception\string  $message = null, \Symfony\Component\Filesystem\Exception\int  $code, \Exception  $previous = null, \Symfony\Component\Filesystem\Exception\string  $path = null) 

Parameters

\Symfony\Component\Filesystem\Exception\string $message
\Symfony\Component\Filesystem\Exception\int $code
\Exception $previous
\Symfony\Component\Filesystem\Exception\string $path

getPath()

getPath() : string

Returns the associated path for the exception.

Returns

string —

The path