Exception: ConnectorsShared::EvictionError
- Inherits:
-
StandardError
- Object
- StandardError
- ConnectorsShared::EvictionError
- Defined in:
- lib/connectors_shared/errors.rb
Instance Attribute Summary collapse
-
#cursors ⇒ Object
Returns the value of attribute cursors.
Instance Method Summary collapse
-
#initialize(message = nil, cursors: nil) ⇒ EvictionError
constructor
A new instance of EvictionError.
Constructor Details
#initialize(message = nil, cursors: nil) ⇒ EvictionError
Returns a new instance of EvictionError.
38 39 40 41 |
# File 'lib/connectors_shared/errors.rb', line 38 def initialize( = nil, cursors: nil) super() @cursors = cursors end |
Instance Attribute Details
#cursors ⇒ Object
Returns the value of attribute cursors.
36 37 38 |
# File 'lib/connectors_shared/errors.rb', line 36 def cursors @cursors end |