Mac@programming.dev to Python@programming.dev · 1 year agoPython errors as valueswww.inngest.comexternal-linkmessage-square18fedilinkarrow-up144arrow-down12
arrow-up142arrow-down1external-linkPython errors as valueswww.inngest.comMac@programming.dev to Python@programming.dev · 1 year agomessage-square18fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-21 year agoraise and raise … from ?
minus-squareFahri Reza@mastodon.sociallinkfedilinkarrow-up3·1 year agoI think they meant the registration of what Exceptions a function can possibly throw. @eager_eagle @onlinepersona
raise
andraise
…from
?I think they meant the registration of what Exceptions a function can possibly throw.
@eager_eagle @onlinepersona
ah yes - that’s useful