class Concurrent::Map

def raise_fetch_no_key

def raise_fetch_no_key
  raise KeyError, 'key not found'
end