mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
CHG: make jsonError public
This commit is contained in:
parent
e8659f9b9e
commit
ed3db4c160
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
package org.asamk.signal;
|
||||
|
||||
class JsonError {
|
||||
public class JsonError {
|
||||
|
||||
String message;
|
||||
|
||||
JsonError(Throwable exception) {
|
||||
public JsonError(Throwable exception) {
|
||||
this.message = exception.getMessage();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue