Exception: PacketFormatException

Inherits:
SteamCondenserException show all
Defined in:
lib/exceptions/packet_format_exception.rb

Overview

This exception class indicates a problem when parsing packet data from the responses received from a game or master server

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ PacketFormatException

Creates a new ‘PacketFormatException` instance



17
18
19
# File 'lib/exceptions/packet_format_exception.rb', line 17

def initialize(message)
  super message
end