ChatNotInitializedException constructor

const ChatNotInitializedException()

Creates a not initialized exception.

Implementation

const ChatNotInitializedException()
    : super('Chat must be initialized before use. Call initialize() first.');