Unpacked OpenID gem. #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2437 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Eric Davis
2009-02-11 19:06:37 +00:00
parent 70efee1bc5
commit f70be197e0
191 changed files with 30002 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
require 'openid/util'
module OpenID
# An error in the OpenID protocol
class ProtocolError < OpenIDError
end
end