mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-04 05:00:39 +00:00
Extract SignalAccount from Manager
This commit is contained in:
parent
701328b8c2
commit
35c72f692f
30 changed files with 793 additions and 549 deletions
|
@ -1,6 +1,7 @@
|
|||
package org.asamk.signal;
|
||||
|
||||
class JsonError {
|
||||
|
||||
String message;
|
||||
|
||||
JsonError(Throwable exception) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue