Exception: PandaGo::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/pandago/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeTimeoutError

Returns a new instance of TimeoutError.



26
27
28
# File 'lib/pandago/errors.rb', line 26

def initialize
  super("Request took longer than #{ PandaGo.configuration.timeout } seconds")
end