Consider the following: ```groovy try { } catch (Exception | Error e) { } ``` The type of "e" within the catch block is showing as the first type and the subsequent types are not selectable. 
Consider the following:
The type of "e" within the catch block is showing as the first type and the subsequent types are not selectable.