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