Commit dc37e1b0 authored by Samuel Giddins's avatar Samuel Giddins

[Source::Manager] Raise when unable to create a source with a given URL

parent fc58fa00
......@@ -38,6 +38,8 @@ module Pod
source = source_with_url(url)
end
raise "Unable to create a source with URL #{url}" unless source
source
end
......
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