You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given lambda's lack of complexity, it may me surprising to learn that you can't raise an exception directly. However, it is possible to create a function that receives an exception and throws it, like so:
Given lambda's lack of complexity, it may me surprising to learn that you can't
raise
an exception directly. However, it is possible to create a function that receives an exception and throws it, like so:I believe this is a good candidate for inclusion on the
functoolz
module. What do you think?The text was updated successfully, but these errors were encountered: