Exception: Protege::ResponseParseFailedError

Inherits:
Error
  • Object
show all
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

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')