# File lib/openid/consumer.rb, line 884
    def initialize(identity_url=nil, msg=nil)
      super(FAILURE)
      @identity_url = identity_url
      @msg = msg
    end