1
0
Fork 0

Add details of the path to aid debugging

pull/8363/head
Mike van Rooyen 2019-10-08 16:02:03 +01:00
parent e62478ab89
commit e910e06f63
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class PathRepository extends ArrayRepository implements ConfigurableRepositoryIn
$urlMatches = $this->getUrlMatches();
if (empty($urlMatches)) {
throw new \RuntimeException('The `url` supplied for the path repository does not exist');
throw new \RuntimeException('The `url` supplied for the path (' . $this->url . ') repository does not exist');
}
foreach ($urlMatches as $url) {