Exception: Exacto::ResponseError
- Inherits:
-
Exception
- Object
- Exception
- Exacto::ResponseError
- Defined in:
- lib/exacto_subscriber/response_error.rb
Instance Method Summary collapse
-
#initialize(response) ⇒ ResponseError
constructor
A new instance of ResponseError.
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 |