DatabaseException constructor

const DatabaseException(
  1. String message
)

Implementation

const DatabaseException(this.message);