mac@programming.dev to Python@programming.dev · 2 years agoPython errors as valueswww.inngest.comexternal-linkmessage-square27fedilinkarrow-up139arrow-down13
arrow-up136arrow-down1external-linkPython errors as valueswww.inngest.commac@programming.dev to Python@programming.dev · 2 years agomessage-square27fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-22 years agoraise and raise … from ?
minus-squareFahri Reza@mastodon.socialcakelinkfedilinkarrow-up3·2 years agoI think they meant the registration of what Exceptions a function can possibly throw. @eager_eagle @onlinepersona
raiseandraise…from?I think they meant the registration of what Exceptions a function can possibly throw.
@eager_eagle @onlinepersona
ah yes - that’s useful