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