class OpenID::Server::EncodingError

Could not encode this as a protocol message.

You should probably render it and show it to the user.

Attributes

response[R]

The response that failed to encode.

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/openid/server.rb, line 1503
def initialize(response)
  super(response)
  @response = response
end