mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 22:10:38 +00:00
update documentation
This commit is contained in:
parent
c39b5450ff
commit
b846fbe764
3 changed files with 41 additions and 11 deletions
|
@ -1549,6 +1549,10 @@ public class Manager implements Closeable {
|
|||
serviceEnvironmentConfig.getCdsMrenclave());
|
||||
} catch (Quote.InvalidQuoteFormatException | UnauthenticatedQuoteException | SignatureException | UnauthenticatedResponseException | InvalidKeyException e) {
|
||||
throw new IOException(e.getMessage());
|
||||
|
||||
/* the NumberFormatException is from Java; see SignalServiceAccountManager.java
|
||||
* in the package org.whispersystems.signalservice.api
|
||||
*/
|
||||
} catch (NumberFormatException e) {
|
||||
throw new InvalidNumberException(e.getMessage());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue