TF-1487 Apply linter rule
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:tmail_ui_user/main/exceptions/exception_thrower.dart';
|
||||
class CacheExceptionThrower extends ExceptionThrower {
|
||||
|
||||
@override
|
||||
void throwException(dynamic error) {
|
||||
throwException(dynamic error) {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
abstract class ExceptionThrower {
|
||||
void throwException(dynamic error);
|
||||
throwException(dynamic error);
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ import 'package:tmail_ui_user/main/routes/route_navigation.dart';
|
||||
class RemoteExceptionThrower extends ExceptionThrower {
|
||||
|
||||
@override
|
||||
void throwException(dynamic error) {
|
||||
throwException(dynamic error) {
|
||||
logError('RemoteExceptionThrower::throwException():error: $error');
|
||||
final networkConnectionController = getBinding<NetworkConnectionController>();
|
||||
if (networkConnectionController != null) {
|
||||
|
||||
Reference in New Issue
Block a user