Exception: Deferrer::WorkerNotConfigured
- Inherits:
-
NotImplementedError
- Object
- NotImplementedError
- Deferrer::WorkerNotConfigured
- Defined in:
- lib/deferrer.rb
Instance Method Summary collapse
-
#initialize ⇒ WorkerNotConfigured
constructor
A new instance of WorkerNotConfigured.
Constructor Details
#initialize ⇒ WorkerNotConfigured
Returns a new instance of WorkerNotConfigured.
18 19 20 |
# File 'lib/deferrer.rb', line 18 def initialize super("Deferrer worker not configured") end |