错误处理

master
erzhongxmu 2023-02-23 19:26:27 +08:00
parent 0daecb9211
commit 38688a5d85
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ public class SmsSendTask {
} }
} }
} catch (Exception e) { } catch (Exception e) {
// TODO: handle exception
e.printStackTrace(); e.printStackTrace();
} }