1
0
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:
Hayden Pierce 2018-08-04 19:41:04 -05:00
parent db2d84eaf4
commit fbeb761894

View File

@ -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'
));
}
}