Mac@programming.dev to Python@programming.dev · 1 year agoPython errors as valueswww.inngest.comexternal-linkmessage-square18fedilinkarrow-up145arrow-down12cross-posted to: [email protected]
arrow-up143arrow-down1external-linkPython errors as valueswww.inngest.comMac@programming.dev to Python@programming.dev · 1 year agomessage-square18fedilinkcross-posted to: [email protected]
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