oetspoker / subcentral

Automatically exported from code.google.com/p/subcentral
1 stars 0 forks source link

Fix empty catch-blocks #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Code like 

catch (Exception) 
{ 

}

should be fixed by adding proper error handling or at least logging

Original issue reported on code.google.com by seko...@gmail.com on 11 Jun 2010 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by seko...@gmail.com on 22 Jul 2010 at 3:00