V0.1.1: modified exception handling for bones file
This commit is contained in:
parent
9a60bbb51e
commit
95bbff2258
|
@ -91,7 +91,7 @@ public class Bones {
|
|||
|
||||
return get();
|
||||
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user