FrappePlatformException constructor

const FrappePlatformException(
  1. String message, {
  2. String? code,
  3. dynamic originalError,
  4. StackTrace? originalStackTrace,
  5. Map<String, dynamic> context = const {},
  6. String? platform,
  7. List<String> fixSteps = const [],
})

Implementation

const FrappePlatformException(
  super.message, {
  super.code,
  super.originalError,
  super.originalStackTrace,
  super.context,
  this.platform,
  this.fixSteps = const [],
});