Documentation

FileLocatorFileNotFoundException extends InvalidArgumentException
in package

File locator exception if a file does not exist.

Tags
author

Leo Feyer https://github.com/leofeyer

Table of Contents

Properties

$paths  : array<string|int, mixed>

Methods

__construct()  : mixed
getPaths()  : mixed

Properties

Methods

__construct()

public __construct([string $message = '' ][, int $code = 0 ][, Throwable $previous = null ][, array<string|int, mixed> $paths = [] ]) : mixed
Parameters
$message : string = ''
$code : int = 0
$previous : Throwable = null
$paths : array<string|int, mixed> = []

        
On this page

Search results