Exception: Rookout::Exceptions::RookVersionNotSupported

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

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