Exception: Net::TTI::Exceptions::UnsupportedPlatform
- Inherits:
-
UnsupportedTarget
- Object
- StandardError
- TTIException
- UnsupportedTarget
- Net::TTI::Exceptions::UnsupportedPlatform
- Defined in:
- lib/net/tti/exceptions.rb
Instance Method Summary collapse
-
#initialize(platform) ⇒ UnsupportedPlatform
constructor
A new instance of UnsupportedPlatform.
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 |