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
Would be nice if we could configure the Store to throw an exception when a value can't be found, instead of falling back to null by default. The API could look like this:
newStore($file, newJson(), throw: true)
The text was updated successfully, but these errors were encountered:
Would be nice if we could configure the
Store
to throw an exception when a value can't be found, instead of falling back tonull
by default. The API could look like this:The text was updated successfully, but these errors were encountered: