9 lines
120 B
Ruby
9 lines
120 B
Ruby
|
require 'openid/util'
|
||
|
|
||
|
module OpenID
|
||
|
|
||
|
# An error in the OpenID protocol
|
||
|
class ProtocolError < OpenIDError
|
||
|
end
|
||
|
end
|