Exception: Rookout::Exceptions::RookVersionNotSupported
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookVersionNotSupported
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(parameter, value) ⇒ RookVersionNotSupported
constructor
A new instance of RookVersionNotSupported.
Constructor Details
#initialize(parameter, value) ⇒ RookVersionNotSupported
Returns a new instance of RookVersionNotSupported.
17 18 19 |
# File 'lib/rookout/exceptions.rb', line 17 def initialize parameter, value super "Rook is not supported in this #{parameter}: #{value}" end |