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