feat(core): provide an error context when an exception happens in an error handler
This commit is contained in:
@ -5,6 +5,8 @@ import 'dart:math' as math;
|
||||
import 'dart:convert' as convert;
|
||||
import 'dart:async' show Future;
|
||||
|
||||
bool isDart = true;
|
||||
|
||||
String getTypeNameForDebugging(Type type) => type.toString();
|
||||
|
||||
class Math {
|
||||
|
Reference in New Issue
Block a user