Exception: Leapfrog::CustomerScoring::InvalidInput

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

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ InvalidInput

Returns a new instance of InvalidInput.



4
5
6
# File 'lib/leapfrog/customer_scoring/exceptions.rb', line 4

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