Browse Source

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

remotes/origin/db-empty-migrate
Robin Appelman 10 years ago
parent
commit
01dcf7f32c
  1. 2
      lib/autoloader.php

2
lib/autoloader.php

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

Loading…
Cancel
Save