class SidekiqUniqueJobs::InvalidWorker
@author Mikael Henriksson <mikael@zoolutions.se>
Raised when a workers configuration is invalid
def initialize(lock_config)
def initialize(lock_config) super(<<~FAILURE_MESSAGE) Expected #{lock_config.worker} to have valid sidekiq options but found the following problems: #{lock_config.errors_as_string} FAILURE_MESSAGE end