Exception: Configly::KeyError

Inherits:
KeyError
  • Object
show all
Defined in:
lib/configly/client.rb

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ KeyError

Returns a new instance of KeyError.



99
100
101
# File 'lib/configly/client.rb', line 99

def initialize(key)
    super(key)
end