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