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

5 lines
90 B
Dart

abstract class ExceptionThrower {
throwException(dynamic error, dynamic stackTrace);
}