Exception: Statsig::InvalidSDKKeyResponse

Inherits:
StandardError
  • Object
show all
Defined in:
lib/statsig_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Incorrect SDK Key used to generate response.") ⇒ InvalidSDKKeyResponse

Returns a new instance of InvalidSDKKeyResponse.



14
15
16
# File 'lib/statsig_errors.rb', line 14

def initialize(msg="Incorrect SDK Key used to generate response.")
  super
end