FileNotFoundException

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.

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/Filesystem/Exception/FileNotFoundException.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部