Files
workavia-mail-front/lib/main/exceptions/exception_thrower.dart
T

5 lines
75 B
Dart

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