App\Exceptions\FileNotFoundException::getPath PHP Méthode

getPath() public méthode

Get the path which was not found.
public getPath ( ) : string
Résultat string
    public function getPath()
    {
        return $this->path;
    }
FileNotFoundException