Exception: K2EmptyParams

Inherits:
K2ValidateErrors show all
Defined in:
lib/k2-connect-ruby/k2_errors.rb

Overview

Hash / Params has Empty Values within it

Instance Attribute Summary

Attributes inherited from K2ValidateErrors

#the_keys

Attributes inherited from K2Errors

#message, #status

Instance Method Summary collapse

Methods inherited from K2ValidateErrors

#loop_keys, #message

Constructor Details

#initialize(the_keys) ⇒ K2EmptyParams

Returns a new instance of K2EmptyParams.



65
66
67
68
# File 'lib/k2-connect-ruby/k2_errors.rb', line 65

def initialize(the_keys)
  @message = "Invalid Hash Object!\n The Following Parameter(s) are Empty: "
  super
end