How do you js/typescript wizards catch multiple types of exceptions since there are (still) no type annotations on catch clauses? #js #typescript
@airtwee
But what if you would take different actions based on the exception type?
Like handling an ApiException differently than a TypeError, for example.
I'm really curious if all devs create their own handling system which seems so off to me for something standard as exception handling.