##// END OF EJS Templates
Hide openid stuff on my account if disabled (#699)....
Hide openid stuff on my account if disabled (#699). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2454 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2376:f70be197e0ae
r2393:2807b9c927af
Show More
protocolerror.rb
8 lines | 120 B | text/x-ruby | RubyLexer
require 'openid/util'
module OpenID
# An error in the OpenID protocol
class ProtocolError < OpenIDError
end
end