Exception: Net::TTI::Exceptions::UnsupportedArchitecture

Inherits:
TTIException
  • Object
show all
Defined in:
lib/net/tti/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(architecture) ⇒ UnsupportedArchitecture

Returns a new instance of UnsupportedArchitecture.



13
14
15
# File 'lib/net/tti/exceptions.rb', line 13

def initialize( architecture )
  super( "Unsupported architecture: #{architecture}" )
end