class Leapfrog::CustomerScoring::ResourceNotFound

Public Class Methods

new(data={}) click to toggle source
# File lib/leapfrog/customer_scoring/exceptions.rb, line 10
def initialize(data={})
  @data = data
end