FileNotFoundException

class FileNotFoundException extends IOException

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

Methods

__construct($message = null, $code, Exception $previous = null, $path = null)
string getPath()

Returns the associated path for the exception.

from IOException

Details

__construct($message = null, $code, Exception $previous = null, $path = null)

Parameters

$message
$code
Exception $previous
$path

string getPath()

Returns the associated path for the exception.

Return Value

string The path.
doc_Symfony
2016-10-28 06:16:33
Comments
Leave a Comment

Please login to continue.