Exception: JPush::Utils::Exceptions::TimeOutError

Inherits:
JPushError
  • Object
show all
Defined in:
lib/jpush/utils/exceptions.rb

Instance Attribute Summary

Attributes inherited from JPushError

#message

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ TimeOutError

Returns a new instance of TimeOutError.



74
75
76
# File 'lib/jpush/utils/exceptions.rb', line 74

def initialize(error)
  super("#{error.class} was raised, please rescue it")
end