Commit f0a2ffef authored by Neo Ighodaro's avatar Neo Ighodaro

The bundle variable is not defined anywhere in the method scope.

Signed-off-by: 's avatarNeo Ighodaro <thecreativityteam@yahoo.com>
parent f7cdb76f
......@@ -73,7 +73,7 @@ abstract class Provider {
// zip that was put in the storage directory.
if ($remote === false)
{
throw new \Exception("Error downloading bundle.");
throw new \Exception("Error downloading the requested bundle.");
}
return $remote;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment