V0.1.1: modified exception handling for bones file

This commit is contained in:
Evan Debenham 2014-08-08 19:02:10 -04:00
parent 9a60bbb51e
commit 95bbff2258

View File

@ -91,7 +91,7 @@ public class Bones {
return get(); return get();
} catch (IOException e) { } catch (Exception e) {
return null; return null;
} }