Exception: PacketFormatException

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

Instance Method Summary collapse

Constructor Details

#initializePacketFormatException

Returns a new instance of PacketFormatException.



10
11
12
# File 'lib/exceptions/packet_format_exception.rb', line 10

def initialize
  super 'The packet data received doesn\'t match the packet format.'
end