DavidSnider
Results
1
issues of
DavidSnider
if I have defined an exception: `struct DoTheException {};` It should not be flagged if I have a catch that looks like this: `catch(DoTheException)` If instead I do this it...