mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-31 11:30:39 +00:00
parent
3f315df6c8
commit
23845eab47
6 changed files with 228 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
package org.asamk.signal;
|
||||
|
||||
public class StickerPackInvalidException extends Exception {
|
||||
|
||||
public StickerPackInvalidException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue