Skip to content

Commit 5b2a0c8

Browse files
FIXME Add FileCorruptException.
1 parent a43f829 commit 5b2a0c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package io.objectbox.exception;
2+
3+
// TODO Docs, more constructors?
4+
public class FileCorruptException extends DbException {
5+
public FileCorruptException(String message) {
6+
super(message);
7+
}
8+
}

0 commit comments

Comments
 (0)