Exception: Uberinstaller::Exception::CommandNotProcessable

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

Overview

When a package as an unknown command ( is not a string nor an array )

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, type) ⇒ CommandNotProcessable

Returns a new instance of CommandNotProcessable.



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

def initialize(name, type)
  super "#{name}'s #{type} command is not proccessable, as it is of unknown type"
end