Exception: Qs::DispatchJobHandler::DispatchError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Qs::DispatchJobHandler::DispatchError
- Defined in:
- lib/qs/dispatch_job_handler.rb
Instance Attribute Summary collapse
-
#failed_dispatches ⇒ Object
readonly
Returns the value of attribute failed_dispatches.
Instance Method Summary collapse
-
#initialize(message, failed_dispatches) ⇒ DispatchError
constructor
A new instance of DispatchError.
Constructor Details
#initialize(message, failed_dispatches) ⇒ DispatchError
Returns a new instance of DispatchError.
71 72 73 74 |
# File 'lib/qs/dispatch_job_handler.rb', line 71 def initialize(, failed_dispatches) super @failed_dispatches = failed_dispatches end |
Instance Attribute Details
#failed_dispatches ⇒ Object (readonly)
Returns the value of attribute failed_dispatches.
69 70 71 |
# File 'lib/qs/dispatch_job_handler.rb', line 69 def failed_dispatches @failed_dispatches end |