Given the code fragment:
What change on line 1 will make this code compile?
Add catch (L |N e).
Add catch (L |M N e).
Add catch (L e).
Add catch (N | L | M e).
Add catch (M |L e).
Submit