Skip to content

Commit

Permalink
fix #3773
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Mar 15, 2023
1 parent afb74b0 commit f7c4f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void close() throws ProxyCacheException {
} catch (NullPointerException | IllegalArgumentException e) {
String message = "Wait... but why? WTF!? " +
"Really shouldn't happen any more after fixing https://github.com/danikula/AndroidVideoCache/issues/43. " +
"If you read it on your device log, please, notify me danikula@gmail.com or create issue here " +
"If you read it on your device log, please, notify me https://github.com/danikula or create issue here " +
"https://github.com/danikula/AndroidVideoCache/issues.";
throw new RuntimeException(message, e);
} catch (ArrayIndexOutOfBoundsException e) {
Expand Down

0 comments on commit f7c4f73

Please sign in to comment.