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.



119
120
121
# File 'lib/configly/client.rb', line 119

def initialize(key)
    super(key)
end