what would be involved to implement something like this?
catch(MySpecialError){ ... };
this syntax seems the most natural, although it might cause some problem to keep it seperate from
catch( ... );
but then. maybe not, since the suggested form is currently not valid syntax.
greetings, martin.