Skip to content

Commit cf2ca0e

Browse files
author
Sam Wierema
committed
Remove the UnsupportedEncodingException from the Verify example, it's no longer needed
1 parent 99bb35d commit cf2ca0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/src/main/java/ExampleVerifyToken.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import com.messagebird.exceptions.UnauthorizedException;
77
import com.messagebird.objects.Verify;
88

9-
import java.io.UnsupportedEncodingException;
10-
119
/**
1210
* Created by faizan on 10/12/15.
1311
*/
@@ -43,8 +41,6 @@ public static void main(String[] args) {
4341
generalException.printStackTrace();
4442
} catch (NotFoundException e) {
4543
e.printStackTrace();
46-
} catch (UnsupportedEncodingException e) {
47-
e.printStackTrace();
4844
}
4945
}
5046
}

0 commit comments

Comments
 (0)