Exception: PacketFormatException
- Inherits:
-
SteamCondenserException
- Object
- StandardError
- SteamCondenserException
- PacketFormatException
- Defined in:
- lib/exceptions/packet_format_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ PacketFormatException
constructor
A new instance of PacketFormatException.
Constructor Details
#initialize ⇒ PacketFormatException
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 |