class Container::KeyNotFoundError

Attributes

key[R]

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/container.rb, line 5
def initialize(key)
  @key = key
  super
end