Exception: Leapfrog::CustomerScoring::ServerError
- Inherits:
-
Exception
- Object
- Exception
- Leapfrog::CustomerScoring::ServerError
- Defined in:
- lib/leapfrog/customer_scoring/exceptions.rb
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ ServerError
constructor
A new instance of ServerError.
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 |