`getOrThrow` on a map would be bizarre, it’s not e...
# announcements
c
getOrThrow
on a map would be bizarre, it’s not exceptional for a map not to have a certain value. If your specific case mandates that this value should be present, you can throw on a
null
return but the
Map
contract can’t impose that on everyone.