Exception: Deferrer::WorkerNotConfigured

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/deferrer.rb

Instance Method Summary collapse

Constructor Details

#initializeWorkerNotConfigured

Returns a new instance of WorkerNotConfigured.



18
19
20
# File 'lib/deferrer.rb', line 18

def initialize
  super("Deferrer worker not configured")
end