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

This commit is contained in:
Robin Appelman 2015-09-01 15:43:23 +02:00
parent 01152676cd
commit 01dcf7f32c
1 changed files with 1 additions and 1 deletions

View File

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