MpException.unknown constructor

MpException.unknown({
  1. required StackTrace stackTrace,
  2. Object? exception,
})

MpException.unknown exception type

Implementation

factory MpException.unknown({
  required StackTrace stackTrace,
  Object? exception,
}) = _UnknownError;