Files
workavia-mail-front/lib/main/exceptions/exception_thrower.dart
T
2023-03-10 21:10:36 +07:00

5 lines
70 B
Dart

abstract class ExceptionThrower {
throwException(dynamic error);
}