Class: WaterDrop::Errors::FlushFailureError
- Defined in:
- lib/waterdrop/errors.rb
Overview
Raised when during messages flushing something bad happened
Instance Attribute Summary collapse
-
#dispatched_messages ⇒ Object
readonly
Returns the value of attribute dispatched_messages.
Instance Method Summary collapse
-
#initialize(dispatched_messages) ⇒ FlushFailureError
constructor
A new instance of FlushFailureError.
Constructor Details
#initialize(dispatched_messages) ⇒ FlushFailureError
Returns a new instance of FlushFailureError.
38 39 40 41 |
# File 'lib/waterdrop/errors.rb', line 38 def initialize() super() @dispatched_messages = end |
Instance Attribute Details
#dispatched_messages ⇒ Object (readonly)
Returns the value of attribute dispatched_messages.
34 35 36 |
# File 'lib/waterdrop/errors.rb', line 34 def @dispatched_messages end |