class KeyError

Overview

Raised when the specified key is not found.

h = {"foo" => "bar"}
h["baz"] #=> KeyError: Missing hash value: "baz"

Superclass hierarchy

Object
Reference
Exception
KeyError

Defined in:

Class Method Summary

Class Method Detail

def self.name : String