Exception: Leapfrog::CustomerScoring::ServerError

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

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ ServerError

Returns a new instance of ServerError.



16
17
18
# File 'lib/leapfrog/customer_scoring/exceptions.rb', line 16

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