Exception: Rookout::Exceptions::RookWriteAttributeNotSupported

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(namespace_type, attribute) ⇒ RookWriteAttributeNotSupported

Returns a new instance of RookWriteAttributeNotSupported.



42
43
44
45
# File 'lib/rookout/exceptions.rb', line 42

def initialize namespace_type, attribute
  super "Namespace #{namespace_type} does not support write",
        { namespace: namespace_type, attribute: attribute }
end