otherwise
store.otherwise()
Sets a default return value if no other when
conditions are matched.
store.otherwise().throw();
store.otherwise()
Sets a default return value if no other when
conditions are matched.
store.otherwise().throw();