class Uberinstaller::Exception::WrongArchitecture
Architecture in JSON file different from current OS
Public Class Methods
new(arch)
click to toggle source
Calls superclass method
Uberinstaller::Exception::Exception::new
# File lib/uberinstaller/exceptions/wrong_architecture.rb, line 7 def initialize(arch) super "Installation file requires #{arch} architecture" end