class Uberinstaller::Exception::MissingUrl

When package with :type => :git has no :url

Public Class Methods

new(name) click to toggle source
# File lib/uberinstaller/exceptions/missing_url.rb, line 7
def initialize(name)
  super "#{name} :url attribute is missing", false
end