Exception: Arq::InvalidContextParameterError
- Inherits:
-
StandardError
- Object
- StandardError
- Arq::InvalidContextParameterError
- Defined in:
- lib/arq/errors.rb
Overview
Raised when the context for an action is not a Arq::Context or a Hash.
Instance Method Summary collapse
-
#initialize ⇒ InvalidContextParameterError
constructor
A new instance of InvalidContextParameterError.
Constructor Details
#initialize ⇒ InvalidContextParameterError
Returns a new instance of InvalidContextParameterError.
6 7 8 |
# File 'lib/arq/errors.rb', line 6 def initialize super("Must be a Arq::Context or Hash") end |