We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bb35d commit cf2ca0eCopy full SHA for cf2ca0e
examples/src/main/java/ExampleVerifyToken.java
@@ -6,8 +6,6 @@
6
import com.messagebird.exceptions.UnauthorizedException;
7
import com.messagebird.objects.Verify;
8
9
-import java.io.UnsupportedEncodingException;
10
-
11
/**
12
* Created by faizan on 10/12/15.
13
*/
@@ -43,8 +41,6 @@ public static void main(String[] args) {
43
41
generalException.printStackTrace();
44
42
} catch (NotFoundException e) {
45
e.printStackTrace();
46
- } catch (UnsupportedEncodingException e) {
47
- e.printStackTrace();
48
}
49
50
0 commit comments