Exception: RequestError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/consumer_score.rb

Instance Method Summary collapse

Constructor Details

#initialize(code, message) ⇒ RequestError

Returns a new instance of RequestError.



10
11
12
# File 'lib/consumer_score.rb', line 10

def initialize(code, message)
  super(code + ': ' + message)
end