class Net::TTI::Exceptions::UnsupportedPlatform
Public Class Methods
new( platform )
click to toggle source
Calls superclass method
# File lib/net/tti/exceptions.rb, line 19 def initialize( platform ) super( "Unsupported platform: #{platform}" ) end