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

Author:

  • Sebastian Staudt

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ PacketFormatException

Creates a new ‘PacketFormatException` instance

Parameters:

  • message (String)

    The message to attach to the exception



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

def initialize(message)
  super message
end