class Infosimples::Data::Timeout

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/infosimples/data/errors.rb, line 12
def initialize
  super('The request was not processed in the expected time')
end