class Uberinstaller::Exception::WrongArchitecture

Architecture in JSON file different from current OS

Public Class Methods

new(arch) click to toggle source
# File lib/uberinstaller/exceptions/wrong_architecture.rb, line 7
def initialize(arch)
  super "Installation file requires #{arch} architecture"
end