OpenID::OpenIDError
Raised when a error occurs in the discovery process
# File lib/openid/yadis/discovery.rb, line 13 def initialize(message, http_response) super(message) @identity_url = nil @http_response = http_response end