aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/autoloader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autoloader.php b/lib/autoloader.php
index 010318a65be..d7649781ea1 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);
}
/**