Class: PostgresPR::UnknownMessageType

Inherits:
Message
  • Object
show all
Defined in:
lib/postgres-pr/message.rb

Constant Summary

Constants inherited from Message

Message::MsgTypeMap

Instance Method Summary collapse

Methods inherited from Message

#buffer, create, dump, fields, #parse, read, register_message_type

Instance Method Details

#dumpObject

Raises:



107
108
109
# File 'lib/postgres-pr/message.rb', line 107

def dump
  raise PGError, "dumping unknown message"
end