Exception: Uberinstaller::Exception::InvalidFolder

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

Overview

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

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) ⇒ InvalidFolder

Returns a new instance of InvalidFolder.



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

def initialize(name)
  super "#{name} :folder attribute invalid or missing", false
end