App\Exceptions\FileNotFoundException::getPath PHP Метод

getPath() публичный Метод

Get the path which was not found.
public getPath ( ) : string
Результат string
    public function getPath()
    {
        return $this->path;
    }
FileNotFoundException