Exception: Infosimples::Data::Timeout

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

Instance Method Summary collapse

Constructor Details

#initializeTimeout

Returns a new instance of Timeout.



12
13
14
# File 'lib/infosimples/data/errors.rb', line 12

def initialize
  super('The request was not processed in the expected time')
end