Class: RStyx::Message::Terror

Inherits:
StyxMessage show all
Defined in:
lib/rstyx/messages.rb

Overview

Class representing a Terror message. This is not actually valid and should never be used.

Constant Summary

Constants inherited from StyxMessage

StyxMessage::MESSAGE_IDS

Instance Attribute Summary

Attributes inherited from StyxMessage

#fieldvals

Instance Method Summary collapse

Methods inherited from StyxMessage

add_field, fields, from_bytes, #ident, #tag, #tag=, #to_bytes, #to_s

Constructor Details

#initializeTerror

Returns a new instance of Terror.

Raises:



616
617
618
# File 'lib/rstyx/messages.rb', line 616

def initialize
  raise StyxException.new("Terror class instantiated")
end