catching all interface errors

This commit is contained in:
gexce
2017-11-10 08:47:26 +01:00
parent db3c35b4c0
commit ddb7697e55
4 changed files with 50 additions and 32 deletions
@@ -8,7 +8,8 @@ public class UploadReference {
String uri;
String token;
String filename;
// String filename;
boolean isMaster;
String cachePath;
}