5 lines
90 B
Dart
5 lines
90 B
Dart
|
|
abstract class ExceptionThrower {
|
|
throwException(dynamic error, dynamic stackTrace);
|
|
}
|