Mac to Python@programming.dev • 1 year agoPython errors as valueswww.inngest.comexternal-linkmessage-square18fedilinkarrow-up147arrow-down13cross-posted to: hackernews@derp.foo
arrow-up144arrow-down1external-linkPython errors as valueswww.inngest.comMac to Python@programming.dev • 1 year agomessage-square18fedilinkcross-posted to: hackernews@derp.foo
minus-squareFahri Rezalinkfedilink3•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