OrmException constructor

const OrmException(
  1. String code,
  2. String message, {
  3. Object? cause,
})

Creates a classified failure while retaining an optional original cause.

Implementation

const OrmException(this.code, this.message, {this.cause});