mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Code cleanups, javadoc.
This commit is contained in:
@@ -2,5 +2,8 @@ package org.briarproject.briar.api.messaging;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* An exception that is thrown when a file is too big to attach to a message.
|
||||
*/
|
||||
public class FileTooBigException extends IOException {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user