mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-08-17 23:00:18 +00:00
add missing class
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package jota.error;
|
||||
|
||||
/**
|
||||
* Created by Adrian on 04.02.2017.
|
||||
*/
|
||||
public class InvalidTrytesException extends BaseException {
|
||||
|
||||
public InvalidTrytesException() {
|
||||
super("Invalid input trytes");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user