ycb-java icon indicating copy to clipboard operation
ycb-java copied to clipboard

Allow an application user to choose a different key-missing behavior

Open rodrigosetti opened this issue 9 years ago • 0 comments

Currently, when a key is missing, it returns a default empty value (i.e. empty string, zero), but this might hide a configuration bug, and specially in development environment, it could be desirable to throw an exception instead (like MissingKey).

This change should be backwards-compatible.

rodrigosetti avatar Apr 13 '16 23:04 rodrigosetti