Exception: Leapfrog::CustomerScoring::ServerTimeout

Inherits:
Exception
  • Object
show all
Defined in:
lib/leapfrog/customer_scoring/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ ServerTimeout

Returns a new instance of ServerTimeout.



22
23
24
# File 'lib/leapfrog/customer_scoring/exceptions.rb', line 22

def initialize(data={})
  @data = data
end