nhachicha / SnappyDB

A key-value database for Android
1.78k stars 220 forks source link

exception on key not found #97

Open hassan-nasr opened 7 years ago

hassan-nasr commented 7 years ago

Hi. Thanks for good work. how to avoid exception on key not found and just return null. thanks

alkaaf commented 5 years ago

Use try and catch. I know, there are no better solution for this.