Exception: Uberinstaller::Exception::NoPreprocessorException

Inherits:
Exception
  • Object
show all
Defined in:
lib/uberinstaller/exceptions/no_preprocessor_exception.rb

Overview

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

Instance Attribute Summary

Attributes inherited from Exception

#parent

Instance Method Summary collapse

Methods included from Loggable

configure_logger_for, #logger, logger_for

Constructor Details

#initialize(name) ⇒ NoPreprocessorException

Returns a new instance of NoPreprocessorException.



8
9
10
# File 'lib/uberinstaller/exceptions/no_preprocessor_exception.rb', line 8

def initialize(name)
  super "Does not exist a valid preprocessor for #{name} type", false
end