class Uberinstaller::Exception::NoPreprocessorException

When package with :type => system has no :pkg specified

Public Class Methods

new(name) click to toggle source
# File lib/uberinstaller/exceptions/no_preprocessor_exception.rb, line 7
def initialize(name)
  super "Does not exist a valid preprocessor for #{name} type", false
end