Exception: Net::TTI::Exceptions::UnsupportedTNSVersion
- Inherits:
-
UnsupportedTarget
- Object
- StandardError
- TTIException
- UnsupportedTarget
- Net::TTI::Exceptions::UnsupportedTNSVersion
- Defined in:
- lib/net/tti/exceptions.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ UnsupportedTNSVersion
constructor
A new instance of UnsupportedTNSVersion.
Constructor Details
#initialize(version) ⇒ UnsupportedTNSVersion
Returns a new instance of UnsupportedTNSVersion.
19 20 21 |
# File 'lib/net/tti/exceptions.rb', line 19 def initialize( version ) super( "Unsupported version: #{version}" ) end |