MigrationException constructor

MigrationException(
  1. int _targetVersion,
  2. String _targetDirection,
  3. String _errorMessage
)

Implementation

MigrationException(this._targetVersion, this._targetDirection, this._errorMessage);