diff --git a/lib/autoloader.php b/lib/autoloader.php index 010318a65b..d7649781ea 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -129,7 +129,7 @@ class Autoloader { return true; } } - throw new \Exception('Path not allowed'); + throw new \Exception('Path not allowed: '. $fullPath); } /**