Exception: ChatX::InitializationDataException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chatx/models/helpers.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InitializationDataException

Returns a new instance of InitializationDataException.



32
33
34
# File 'lib/chatx/models/helpers.rb', line 32

def initialize(msg)
  super(msg)
end