You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: