Exception: Rookout::Exceptions::RookOperationReadOnly

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(type) ⇒ RookOperationReadOnly

Returns a new instance of RookOperationReadOnly.



71
72
73
# File 'lib/rookout/exceptions.rb', line 71

def initialize type
  super "Operation does not support write: #{type}", { operation: type }
end