Show the path as part of the exception for not allowed autoloading paths
This commit is contained in:
parent
01152676cd
commit
01dcf7f32c
|
@ -129,7 +129,7 @@ class Autoloader {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
throw new \Exception('Path not allowed');
|
||||
throw new \Exception('Path not allowed: '. $fullPath);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue