class JPush::Utils::Exceptions::TimeOutError

Public Class Methods

new(error) click to toggle source
# File lib/jpush/utils/exceptions.rb, line 27
def initialize(error)
  super("#{error.class} was raised, please rescue it")
end