class Uberinstaller::Exception::InvalidFolder

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

Public Class Methods

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