Files
workavia-mail-front/lib/main/exceptions/exception_thrower.dart
T
2022-10-28 16:20:02 +07:00

5 lines
79 B
Dart

abstract class ExceptionThrower {
void throwException(dynamic exception);
}