class Flipper::Registry::KeyNotFound
Attributes
key[R]
Public: The key that was not found
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/flipper/registry.rb, line 15 def initialize(key) @key = key super("Key #{key.inspect} not found") end