class Uberinstaller::Exception::InvalidUrl
When package with :type => :git :url attribute does not respond 200 http status on check
Public Class Methods
new(name)
click to toggle source
Calls superclass method
Uberinstaller::Exception::Exception::new
# File lib/uberinstaller/exceptions/invalid_url.rb, line 7 def initialize(name) super "#{name} :url seems to not be a valid repo, please check", false end