ChatDatabaseException constructor

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

Creates a database exception.

Implementation

const ChatDatabaseException(super.message, [super.cause]);