Skip to content

Commit

Permalink
update exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 29, 2014
1 parent d068f61 commit d7315d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PEARX/Channel.php
Expand Up @@ -100,7 +100,7 @@ public function fetchPackageReleaseXml($packageName, $version = 'stable')
}

if (! $version) {
throw new Exception("Invalid version: $version");
throw new Exception("Invalid package version: $packageName @ $version");
}

$url = $url . '/' . $version . '.xml';
Expand Down

0 comments on commit d7315d3

Please sign in to comment.