Selaa lähdekoodia

Show the path as part of the exception for not allowed autoloading paths

tags/v8.2beta1
Robin Appelman 8 vuotta sitten
vanhempi
commit
01dcf7f32c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      lib/autoloader.php

+ 1
- 1
lib/autoloader.php Näytä tiedosto

@@ -129,7 +129,7 @@ class Autoloader {
return true;
}
}
throw new \Exception('Path not allowed');
throw new \Exception('Path not allowed: '. $fullPath);
}

/**

Loading…
Peruuta
Tallenna