TF-1115 Implement catch exception for MailboxDataSource

This commit is contained in:
dab246
2022-10-28 11:59:47 +07:00
committed by Dat H. Pham
parent 5746d031b9
commit da90a2b2fc
13 changed files with 92 additions and 37 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
abstract class ExceptionThrower {
void throwException(dynamic exception);
void throwException(dynamic error);
}