DEBSOURCES
Skip Quicknav
sources / ruby-openid / 2.7.0debian-1 / lib / openid / protocolerror.rb
12345678
require 'openid/util' module OpenID # An error in the OpenID protocol class ProtocolError < OpenIDError end end