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