Exception: Uberinstaller::Exception::WrongArchitecture

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

Overview

Architecture in JSON file different from current OS

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(arch) ⇒ WrongArchitecture

Returns a new instance of WrongArchitecture.



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

def initialize(arch)
  super "Installation file requires #{arch} architecture"
end