mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Changed the root package from net.sf.briar to org.briarproject.
This commit is contained in:
9
briar-api/src/org/briarproject/api/FormatException.java
Normal file
9
briar-api/src/org/briarproject/api/FormatException.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.briarproject.api;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/** An exception that indicates an unrecoverable formatting error. */
|
||||
public class FormatException extends IOException {
|
||||
|
||||
private static final long serialVersionUID = 2274966775687766337L;
|
||||
}
|
||||
Reference in New Issue
Block a user