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.



27
28
29
# File 'lib/jpush/utils/exceptions.rb', line 27

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