Exception: Qujo::Exceptions::ResqueSchedulerNotLoaded

Inherits:
StandardError
  • Object
show all
Defined in:
lib/qujo/concerns/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Resque::Scheduler is undefined") ⇒ ResqueSchedulerNotLoaded

Returns a new instance of ResqueSchedulerNotLoaded.



10
11
12
# File 'lib/qujo/concerns/exceptions.rb', line 10

def initialize(msg = "Resque::Scheduler is undefined")
  super
end