mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 23:24:24 +01:00
Print stack trace of exception causes in verbose mode
This commit is contained in:
@@ -70,7 +70,7 @@ public class QuitGroupCommand implements JsonRpcLocalCommand {
|
||||
+ e.getMessage()
|
||||
+ " ("
|
||||
+ e.getClass().getSimpleName()
|
||||
+ ")");
|
||||
+ ")", e);
|
||||
} catch (GroupNotFoundException e) {
|
||||
throw new UserErrorException("Failed to send to group: " + e.getMessage());
|
||||
} catch (LastGroupAdminException e) {
|
||||
|
||||
Reference in New Issue
Block a user