Exception: Exacto::ResponseError

Inherits:
Exception
  • Object
show all
Defined in:
lib/exacto_subscriber/response_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ResponseError

Returns a new instance of ResponseError.



3
4
5
# File 'lib/exacto_subscriber/response_error.rb', line 3

def initialize(response)
  super("Exacto Response Error: #{response.nil? || response == "" ? "response was blank" : response}")
end