You are on page 1of 1

/www/wwwroot/

dpmptsp2.batukota.go.id/

Symfony\Component\HttpFoundation\File\
Exception\FileNotFoundException
The file "public/images/standar-
pelayanan/Standar
Pelayanan_Kesehatan_1659327753.pdf"
does not exist
https://dpmptsp.batukota.go.id/download/standard-
palayanan/Standar%20Pelayanan_Kesehatan_1659327753.pdf

Stack trace Request App User Share

vendor/symfony/http-foundation/File/File.php

47 Symfony\Component\HttpFoundation\File\File :36

3 vendor frames…

app/Http/Controllers/StandarPelayananController.php

43 App\Http\Controllers\StandarPelayananController :109

41 vendor frames…

1 public/index.php :52

Symfony\Component\HttpFoundation\File\File::__construct
vendor/symfony/http-foundation/File/File.php:36

21 * @author Bernhard Schussek <bschussek@gmail.com>

22 */

23 class File extends \SplFileInfo

24 {

25 /**

26 * Constructs a new file from the given path.

27 *

28 * @param string $path The path to the file

29 * @param bool $checkPath Whether to check the pa

30 *

31 * @throws FileNotFoundException If the given path

32 */

33 public function __construct(string $path, bool $che

34 {

35 if ($checkPath && !is_file($path)) {

36 throw new FileNotFoundException($path);

37 }

38  

39 parent::__construct($path);

You might also like