ChatException constructor

const ChatException(
  1. String message, [
  2. Object? cause
])

Creates a chat exception.

Implementation

const ChatException(this.message, [this.cause]);