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