Exception: JPush::Utils::Exceptions::VIPAppKeyError

Inherits:
JPushResponseError show all
Defined in:
lib/jpush/utils/exceptions.rb

Instance Attribute Summary

Attributes inherited from JPushResponseError

#error_code, #error_message, #http_code

Attributes inherited from JPushError

#message

Instance Method Summary collapse

Methods inherited from JPushResponseError

#to_s

Constructor Details

#initialize(http_code, error_code, error_message) ⇒ VIPAppKeyError

Returns a new instance of VIPAppKeyError.



68
69
70
# File 'lib/jpush/utils/exceptions.rb', line 68

def initialize(http_code, error_code, error_message)
  super(http_code, error_code, error_message)
end