Skip to content

Commit

Permalink
Add missing method for e46
Browse files Browse the repository at this point in the history
issue #317
  • Loading branch information
eric-milles committed Jul 22, 2017
1 parent 22d5a3a commit 9721ded
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ private void initializeNoThrow() {
public void run() throws Exception {
initialize();
}
public void handleException(Throwable t) {
}
});
}

Expand Down

0 comments on commit 9721ded

Please sign in to comment.