Exception: Leapfrog::CustomerScoring::ResourceNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ ResourceNotFound

Returns a new instance of ResourceNotFound.



10
11
12
# File 'lib/leapfrog/customer_scoring/exceptions.rb', line 10

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