class ChatX::InitializationDataException
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/chatx/models/helpers.rb, line 32 def initialize(msg) super(msg) end