MigrationException constructor

MigrationException(
  1. String message, {
  2. Exception? originalError,
})

Implementation

MigrationException(this.message, {this.originalError});