class FileNotFoundException extends IOException
Exception class thrown when a file couldn't be found.
__construct(string $message = null, int $code = 0, Exception $previous = null, string $path = null) | ||
string | getPath() Returns the associated path for the exception. | from IOException |
string | $message | |
int | $code | |
Exception | $previous | |
string | $path |
Returns the associated path for the exception.
string | The path |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Filesystem/Exception/FileNotFoundException.html