Class: Minecraft::MessageQueue::Message::InternalError

Inherits:
Minecraft::MessageQueue::Message show all
Defined in:
lib/minecraft.rb

Instance Attribute Summary

Attributes inherited from Minecraft::MessageQueue::Message

#msg

Instance Method Summary collapse

Methods inherited from Minecraft::MessageQueue::Message

#to_s

Constructor Details

#initialize(msg) ⇒ InternalError

Returns a new instance of InternalError.



50
51
52
# File 'lib/minecraft.rb', line 50

def initialize(msg)
	super(msg)
end