class SidekiqUniqueJobs::Conflict

def initialize(item)

def initialize(item)
  super("Item with the key: #{item[LOCK_DIGEST]} is already scheduled or processing")
end