Merge branch '1134-old-qr-code-error' into 'master'

Show an error fragment when an unsupported QR code is scanned

Closes #1134

See merge request akwizgran/briar!675
This commit is contained in:
akwizgran
2018-02-22 10:55:44 +00:00
8 changed files with 149 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
package org.briarproject.bramble.api;
import java.io.IOException;
/**
* An exception that indicates an unrecoverable version mismatch.
*/
public class UnsupportedVersionException extends IOException {
}