Exception: Net::TTI::Exceptions::UnsupportedPlatform

Inherits:
UnsupportedTarget show all
Defined in:
lib/net/tti/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(platform) ⇒ UnsupportedPlatform

Returns a new instance of UnsupportedPlatform.



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

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