ProtocolError
If a protocol check failes this exception is raised.
Returns the Protocol::Message object, that caused this CheckError to be raised.
(Not documented)
# File lib/protocol.rb, line 58 def initialize(protocol_message, message) super(message) @protocol_message = protocol_message end
# File lib/protocol.rb, line 71 def inspect "#<#{self.class.name}: #{to_s}>" end
# File lib/protocol.rb, line 67 def to_s "#{protocol_message}: #{super}" end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.