Exception: Arq::InvalidContextParameterError

Inherits:
StandardError
  • Object
show all
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

Constructor Details

#initializeInvalidContextParameterError

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