ManualMigrationRequiredException constructor

const ManualMigrationRequiredException(
  1. String message
)

Creates a manual-migration exception.

Implementation

const ManualMigrationRequiredException(this.message);