blob: 2eb942bbbd4719eb6ad1dac970cb4c74c3666314 [file] [log] [blame]
class Foo {
void foo() {
try
{
//whatever
}
catch (Exception ex)
{
}
}
}