Exception: Rookout::Exceptions::RookBadProtobufPlatform
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookBadProtobufPlatform
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(platform) ⇒ RookBadProtobufPlatform
constructor
A new instance of RookBadProtobufPlatform.
Constructor Details
#initialize(platform) ⇒ RookBadProtobufPlatform
Returns a new instance of RookBadProtobufPlatform.
231 232 233 |
# File 'lib/rookout/exceptions.rb', line 231 def initialize platform super "Bad protobuf platform: #{platform}" end |