Exception: Protege::ResponseParseFailedError
- Defined in:
- lib/protege/errors/response_parse_failed_error.rb
Overview
the provider response could not be parsed
Constant Summary
Constants inherited from Error
Error::PERMANENT, Error::TRANSIENT
Instance Method Summary collapse
-
#initialize(detail = nil) ⇒ ResponseParseFailedError
constructor
A new instance of ResponseParseFailedError.
Constructor Details
#initialize(detail = nil) ⇒ ResponseParseFailedError
Returns a new instance of ResponseParseFailedError.
6 |
# File 'lib/protege/errors/response_parse_failed_error.rb', line 6 def initialize(detail = nil) = super(detail || 'the provider response could not be parsed') |