Exception: Rookout::Exceptions::RookWriteAttributeNotSupported
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookWriteAttributeNotSupported
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(namespace_type, attribute) ⇒ RookWriteAttributeNotSupported
constructor
A new instance of RookWriteAttributeNotSupported.
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 |