Exception: Statsig::InvalidSDKKeyResponse
- Inherits:
-
StandardError
- Object
- StandardError
- Statsig::InvalidSDKKeyResponse
- Defined in:
- lib/statsig_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Incorrect SDK Key used to generate response.") ⇒ InvalidSDKKeyResponse
constructor
A new instance of InvalidSDKKeyResponse.
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 |