Class: Macmillan::Utils::Settings::KeyNotFound

Inherits:
Object
  • Object
show all
Defined in:
lib/macmillan/utils/settings/key_not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(lookup_key, backend, backend_key) ⇒ KeyNotFound

Returns a new instance of KeyNotFound.



5
6
7
8
9
# File 'lib/macmillan/utils/settings/key_not_found.rb', line 5

def initialize(lookup_key, backend, backend_key)
  @lookup_key  = lookup_key
  @backend     = backend
  @backend_key = backend_key
end