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