Class: WaterDrop::Errors::ProduceManyError
- Inherits:
-
ProduceError
- Object
- WaterDrop::Errors::ProduceManyError
- Defined in:
- lib/waterdrop/errors.rb
Overview
Raised when during messages producing something bad happened inline
Instance Attribute Summary collapse
-
#dispatched ⇒ Object
readonly
Returns the value of attribute dispatched.
Instance Method Summary collapse
-
#initialize(dispatched, message) ⇒ ProduceManyError
constructor
A new instance of ProduceManyError.
Constructor Details
#initialize(dispatched, message) ⇒ ProduceManyError
69 70 71 72 |
# File 'lib/waterdrop/errors.rb', line 69 def initialize(dispatched, ) super() @dispatched = dispatched end |
Instance Attribute Details
#dispatched ⇒ Object (readonly)
Returns the value of attribute dispatched.
64 65 66 |
# File 'lib/waterdrop/errors.rb', line 64 def dispatched @dispatched end |