ChatDatabaseException class
Exception thrown when database operations fail.
- Inheritance
-
- Object
- ChatException
- ChatDatabaseException
Constructors
- ChatDatabaseException(String message, [Object? cause])
-
Creates a database exception.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited