Checks for Pokémon exception handling, i.e. "gotta' catch 'em all".
1 try { 2 choose(pikachu); 3 } catch (Throwable e) { 4 ... 5 }
Visits a unittest.
The file name
See Implementation
Checks for Pokémon exception handling, i.e. "gotta' catch 'em all".