mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2025-10-16 11:45:37 +00:00
add missing class
This commit is contained in:
parent
4b4c4af7ae
commit
7709521c8c
11
src/main/java/jota/error/InvalidTrytesException.java
Normal file
11
src/main/java/jota/error/InvalidTrytesException.java
Normal file
@ -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");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user