class PandaGo::TimeoutError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/pandago/errors.rb, line 26
def initialize
  super("Request took longer than #{ PandaGo.configuration.timeout } seconds")
end