MssqlRowNotFoundException constructor

const MssqlRowNotFoundException(
  1. String table,
  2. Object? key
)

Implementation

const MssqlRowNotFoundException(this.table, this.key);