mirror of
https://github.com/danog/class-finder.git
synced 2024-11-27 04:24:41 +01:00
Add more helpful link to error explanation
This commit is contained in:
parent
db2d84eaf4
commit
fbeb761894
@ -113,7 +113,7 @@ class ClassFinder
|
||||
|
||||
throw new ClassFinderException(sprintf("Unknown namespace '%s'. You should add the namespace prefix to composer.json. See '%s' for details.",
|
||||
$namespace,
|
||||
'https://gitlab.com/hpierce1102/ClassFinder' // TODO: write documentation and update this link.
|
||||
'https://gitlab.com/hpierce1102/ClassFinder/blob/master/docs/exceptions/unregisteredRoot.md'
|
||||
));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user