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