Raised when the specified key is not found.
h = {"foo" => "bar"} h["baz"] #=> KeyError: Missing hash value: "baz"