Exception: PacketFormatError

Inherits:
SteamCondenserError show all
Defined in:
lib/errors/packet_format_error.rb

Overview

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

Author:

  • Sebastian Staudt

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ PacketFormatError

Creates a new ‘PacketFormatError` instance

Parameters:

  • message (String)

    The message to attach to the error



17
18
19
# File 'lib/errors/packet_format_error.rb', line 17

def initialize(message)
  super message
end