We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8004d48 + f0a2ffe commit ca94296Copy full SHA for ca94296
laravel/cli/tasks/bundle/providers/provider.php
@@ -73,7 +73,7 @@ protected function download($url)
73
// zip that was put in the storage directory.
74
if ($remote === false)
75
{
76
- throw new \Exception("Error downloading bundle [{$bundle}].");
+ throw new \Exception("Error downloading the requested bundle.");
77
}
78
79
return $remote;
0 commit comments